Skip to content

Commit 24b93c2

Browse files
authored
Merge pull request #127 from kuroishinjitsu/patch-1
Fixed typo in README.md
2 parents b623fb0 + a696367 commit 24b93c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Then they would at least not run forever, and might pile up only if you start th
281281

282282
#### Via tool
283283
You can kill workers from the backend or the command line.
284-
Make sure you have set up the workers with the same user (www-data usually) as the user that triesto kill them, or it will not work.
284+
Make sure you have set up the workers with the same user (www-data usually) as the user that tries to kill them, or it will not work.
285285

286286
#### Manually
287287
Manually killing workers can be done using `kill -15 PID`. Replace PID with the PID number (e.g. `kill -15 21212`).

0 commit comments

Comments
 (0)