Skip to content

Commit

Permalink
Typo in readme
Browse files Browse the repository at this point in the history
```requestIdleCallback``` instead of ```requstIdleCallback```
  • Loading branch information
Antoinebr authored Feb 4, 2019
1 parent 6286687 commit 1739c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If multiple functions are scheduled with the `requestIdleCallback` shim for the
If you have a fast or a non-splittable task:

```js
requstIdleCallback(function(){
requestIdleCallback(function(){
//your task
});
```
Expand Down

0 comments on commit 1739c13

Please sign in to comment.