Browse Source

[Docs] Grammatical fix in bootstrap-checks.asciidoc (#27655)

Andrew Banchich 7 years ago
parent
commit
1be286c592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/bootstrap-checks.asciidoc

+ 1 - 1
docs/reference/setup/bootstrap-checks.asciidoc

@@ -25,7 +25,7 @@ documented individually.
 
 By default, Elasticsearch binds to `localhost` for <<modules-http,HTTP>> and
 <<modules-transport,transport (internal)>> communication. This is fine for
-downloading and playing with Elasticsearch, and everyday development but it's
+downloading and playing with Elasticsearch as well as everyday development, but it's
 useless for production systems. To join a cluster, an Elasticsearch node must be
 reachable via transport communication. To join a cluster over an external
 network interface, a node must bind transport to an external interface and not