Fixes a typo in the snapshot docs.

pull/2015/merge
James Phillips 2017-03-08 19:49:07 -08:00 committed by GitHub
parent f1f22757c8
commit bdffcbfbe8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ bounding the acceptable staleness of snapshots, responses provide the `X-Consul-
header containing the time in milliseconds that a server was last contacted by header containing the time in milliseconds that a server was last contacted by
the leader node. The `X-Consul-KnownLeader` header also indicates if there is a the leader node. The `X-Consul-KnownLeader` header also indicates if there is a
known leader. These can be used by clients to gauge the staleness of a snapshot known leader. These can be used by clients to gauge the staleness of a snapshot
and take appropriate action. The stale mode is particularly useful from taking a and take appropriate action. The stale mode is particularly useful for taking a
snapshot of a cluster in a failed state with no current leader. snapshot of a cluster in a failed state with no current leader.
If ACLs are enabled, the client will need to supply an ACL Token with management If ACLs are enabled, the client will need to supply an ACL Token with management