Minor grammar fix. (#1114)

Added a missing "is" to complete the last sentence.
This commit is contained in:
Norman Harebottle III
2016-04-21 16:15:01 -04:00
committed by Chris Bednarski
parent 8411b0b3bc
commit ecd4308210

View File

@@ -34,4 +34,4 @@ Nomad makes use of both a [consensus protocol](/docs/internals/consensus.html) a
a [gossip protocol](/docs/internals/gossip.html). The consensus protocol is strongly
consistent, and is used for all state replication and scheduling. The gossip protocol
is used to manage the addresses of servers for automatic clustering and multi-region
federation. This means all data that managed by Nomad is strongly consistent.
federation. This means all data that is managed by Nomad is strongly consistent.