Fix punctuation in replication docs (#39009)

This commit is contained in:
Darren Meiss 2019-02-18 03:29:25 -05:00 committed by Daniel Mitterdorfer
parent 231c8c6d40
commit 007aaf716a
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ Dirty reads:: An isolated primary can expose writes that will not be acknowledge
=== The Tip of the Iceberg
This document provides a high level overview of how Elasticsearch deals with data. Of course, there is much much more
going on under the hood. Things like primary terms, cluster state publishing and master election all play a role in
going on under the hood. Things like primary terms, cluster state publishing, and master election all play a role in
keeping this system behaving correctly. This document also doesn't cover known and important
bugs (both closed and open). We recognize that https://github.com/elastic/elasticsearch/issues?q=label%3Aresiliency[GitHub is hard to keep up with].
To help people stay on top of those and we maintain a dedicated https://www.elastic.co/guide/en/elasticsearch/resiliency/current/index.html[resiliency page]
To help people stay on top of those, we maintain a dedicated https://www.elastic.co/guide/en/elasticsearch/resiliency/current/index.html[resiliency page]
on our website. We strongly advise reading it.