Skip to content

Commit 3f53fa1

Browse files
committed
fix typo
1 parent afd29cb commit 3f53fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pq.add(promiseThunk);
8181

8282
//The added promises will be executed one by one.
8383
```
84-
#### How to pause a promise:
84+
#### How to pause the queue:
8585
```js
8686
...
8787
pq.pause();

0 commit comments

Comments
 (0)