Skip to content

Commit 803d354

Browse files
authored
Merge pull request #536 from Watson1978/typo
Fix typo
2 parents 747755c + 97f2411 commit 803d354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/zero-downtime-restart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use this feature in the following ways.
3030
3. Take over shared sockets.
3131
4. Launch new workers, and stop old processes in parallel.
3232
* Launch new workers with [Source Only Mode](source-only-mode.md).
33-
* In addition to the source-only mode limitation, Fluentd further limits the starting pluings to only those that support this feature.
33+
* In addition to the source-only mode limitation, Fluentd further limits the starting plugins to only those that support this feature.
3434
* Data received by the new workers are stored in the temporary buffer of source-only mode.
3535
* For details on the temporary buffer, see [Source Only Mode - Temporary file buffer](source-only-mode.md#temporary-file-buffer).
3636
* Send `SIGTERM` to the old supervisor after `10s` delay.

0 commit comments

Comments
 (0)