Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 9, 2021
1 parent d43bbc1 commit 495a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -103,7 +103,7 @@ await pTimeout(doSomething(), 2000, undefined, {
});
```

### pTimeout.TimeoutError
### TimeoutError

Exposed for instance checking and sub-classing.

Expand Down

0 comments on commit 495a0bb

Please sign in to comment.