8000 Update Readme.md · JavaScriptExpert/kue@8097c00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8097c00

Browse files
author
kbsanders
committed
Update Readme.md
Typo/grammar
1 parent ed2d333 commit 8097c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ job.on('complete', function(){
142142

143143
### Queue Events
144144

145-
Queue-level events are currently provide access to the job-level events previously mentioned, however scoped to the `Queue` instance to to apply logic at a "global" level. An example of this is removing completed jobs:
145+
Queue-level events provide access to the job-level events previously mentioned, however scoped to the `Queue` instance to to apply logic at a "global" level. An example of this is removing completed jobs:
146146

147147
```js
148148
jobs.on('job complete', function(id){

0 commit comments

Comments
 (0)
0