Skip to content

Commit

Permalink
Merge pull request aFarkas#5 from Antoinebr/patch-1
Browse files Browse the repository at this point in the history
Typo in readme
  • Loading branch information
aFarkas authored Feb 11, 2019
2 parents 6286687 + 1739c13 commit 18e7d00
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 18e7d00

Please sign in to comment.