Skip to content

Commit fb3bbdc

Browse files
committed
Fixed grammar in readme
1 parent da11a1d commit fb3bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ queue.place(function two() {
2525
```
2626

2727
## Description
28-
Use `place` to put things in the queue. They will start being executed automatically. Call `next` when you want the thing you put in the queue is finished.
28+
Use `place` to put things in the queue. They will start being executed automatically. Call `next` when you want the next thing in the queue to begin execution.

0 commit comments

Comments
 (0)