Gracefully termination -> Graceful termination

This commit is contained in:
Charlie O'Keefe
2015-10-28 22:03:59 -06:00
parent 36a775fa2a
commit d8a104ff1f

View File

@@ -85,7 +85,7 @@ There are several important messages that `nomad agent` outputs:
An agent can be stopped in two ways: gracefully or forcefully. By default,
any signal to an agent (interrupt, terminate, kill) will cause the agent
to forcefully stop. Gracefully termination can be configured by either
to forcefully stop. Graceful termination can be configured by either
setting `leave_on_interrupt` or `leave_on_terminate` to respond to the
respective signals.