Skip to content

Commit ac82d83

Browse files
authored
fix: control nginx docs typo (#597)
Admin Guide: fix typo
1 parent 31856d2 commit ac82d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/basic-functionality/runtime-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ where `<SIGNAL>` can be one of the following:
3232
- `quit` – Shut down gracefully (the `SIGQUIT` signal)
3333
- `reload` – Reload the configuration file (the `SIGHUP` signal)
3434
- `reopen` – Reopen log files (the `SIGUSR1` signal)
35-
- `stop` – Shut down immediately (or fast shutdown, the `SIGTERM` singal)
35+
- `stop` – Shut down immediately (or fast shutdown, the `SIGTERM` signal)
3636

3737
The `kill` utility can also be used to send a signal directly to the master process. The process ID of the master process is written, by default, to the **nginx.pid** file, which is located in the **/usr/local/nginx/logs** or **/var/run** directory.
3838

0 commit comments

Comments
 (0)