Skip to content

Commit

Permalink
Fix spelling mistake (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
puckey authored and bitinn committed Nov 15, 2018
1 parent 2d0fc68 commit 35a4abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -258,7 +258,7 @@ You may cancel requests with `AbortController`. A suggested implementation is [`
An example of timing out a request after 150ms could be achieved as follows:

```js
import AbortContoller from 'abort-controller';
import AbortController from 'abort-controller';

const controller = new AbortController();
const timeout = setTimeout(
Expand Down

0 comments on commit 35a4abe

Please sign in to comment.