Skip to content

Commit 9f2460c

Browse files
seanhusseyHaroenv
authored andcommitted
docs: Fix typo. (algolia#638)
1 parent 2eb5227 commit 9f2460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The request strategy used by the JavaScript client includes:
277277
- On the browser:
278278
+ [CORS](https://en.wikipedia.org/wiki/Cross-Origin_Resource_Sharing#Browser_support) for modern browsers
279279
+ [XDomainRequest](https://msdn.microsoft.com/en-us/library/ie/cc288060%28v=vs.85%29.aspx) for IE <= 10
280-
+ [JSONP](https://en.wikipedia.org/wiki/JSONP) in any situation where Ajax requests are unavailabe or blocked.
280+
+ [JSONP](https://en.wikipedia.org/wiki/JSONP) in any situation where Ajax requests are unavailable or blocked.
281281
- Node.js:
282282
+ native [`http` module](https://nodejs.org/api/)
283283

0 commit comments

Comments
 (0)