Fix readme typo

This commit is contained in:
Sindre Sorhus 2021-07-09 16:56:27 +07:00 committed by GitHub
parent d43bbc1589
commit 495a0bb923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ await pTimeout(doSomething(), 2000, undefined, {
});
```
### pTimeout.TimeoutError
### TimeoutError
Exposed for instance checking and sub-classing.