Browse Source

Fix punctuation in replication docs (#39009)

Darren Meiss 6 years ago
parent
commit
e32c64f140
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/docs/data-replication.asciidoc

+ 2 - 2
docs/reference/docs/data-replication.asciidoc

@@ -142,8 +142,8 @@ Dirty reads:: An isolated primary can expose writes that will not be acknowledge
 === The Tip of the Iceberg
 === 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 
 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
 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].
 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.
 on our website. We strongly advise reading it.