Skip to content

Commit a696367

Browse files
authored
Fixed typo in README.md
Line 284: "triesto" -> "tries to"
1 parent b623fb0 commit a696367

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)