From c6b4ba12a70d00cd5193cca400b00a5bf5d2be00 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 13 Aug 2015 17:26:41 -0700 Subject: [PATCH] Fixes a typo in the event docs, and twiddles the formatting. --- website/source/docs/commands/event.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/event.html.markdown b/website/source/docs/commands/event.html.markdown index ecfb63fcf..a3d5b5b93 100644 --- a/website/source/docs/commands/event.html.markdown +++ b/website/source/docs/commands/event.html.markdown @@ -19,7 +19,7 @@ or perform any other orchestration action. Events can be handled by Under the hood, events are propagated using the [gossip protocol](/docs/internals/gossip.html). While the details are not important for using events, an understanding of the semantics is useful. The gossip layer will make a best-effort to deliver -the event, but there is **no guarantee** delivery. Unlike most Consul data, which is +the event, but there is **no guaranteed delivery**. Unlike most Consul data, which is replicated using [consensus](/docs/internals/consensus.html), event data is purely peer-to-peer over gossip. This means it is not persisted and does not have a total ordering. In practice, this means you cannot rely on the