Fix spelling mistake (#551)

This commit is contained in:
Jonathan Puckey 2018-11-15 04:38:19 +01:00 committed by David Frank
parent 2d0fc689c6
commit 35a4abe825
1 changed files with 1 additions and 1 deletions

View File

@ -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(