Skip to content

Commit 995c4a0

Browse files
committed
Fixed grammar
Fixed grammar in line 584 and 729
1 parent 1ba13d8 commit 995c4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/conrad.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
/**
582582
* Kills one or more jobs, indicated by their ids. It is only possible to
583583
* kill running jobs or waiting jobs. If you try to kill a job that does not
584-
* exists or that is already killed, a warning will be thrown.
584+
* exist or that is already killed, a warning will be thrown.
585585
*
586586
* @param {Array|String} v1 A string job id or an array of job ids.
587587
* @return {Object} Returns conrad.
@@ -726,7 +726,7 @@
726726
}
727727

728728
/**
729-
* Unreference every jobs that are stored in the _doneJobs object. It will
729+
* Unreference every job that is stored in the _doneJobs object. It will
730730
* not be possible anymore to get stats about these jobs, but it will release
731731
* the memory.
732732
*

0 commit comments

Comments
 (0)