Skip to content

Commit

Permalink
Docs: Fix readme typo
Browse files Browse the repository at this point in the history
Backticks were typod for `done` method.
  • Loading branch information
aretecode authored and wbt committed Nov 1, 2022
1 parent 8769d47 commit bf0405b
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 @@ -969,7 +969,7 @@ setTimeout(function () {
}, 1000);
```

Also you can start a timer and keep a reference that you can call `.done()``
Also you can start a timer and keep a reference that you can call `.done()`
on:

``` js
Expand Down

0 comments on commit bf0405b

Please sign in to comment.