Fixed typo (#22066)

This commit is contained in:
Juan Paulo Gutierrez 2016-12-09 18:33:48 +09:00 committed by Clinton Gormley
parent 787519ee4c
commit acc39b1496

View File

@ -29,7 +29,7 @@ fine for downloading and playing with Elasticsearch, and everyday
development but it's useless for production systems. To form a cluster,
Elasticsearch instances must be reachable via transport communication so
they must bind transport to an external interface. Thus, we consider an
Elaticsearch instance to be in development mode if it does not bind
Elasticsearch instance to be in development mode if it does not bind
transport to an external interface (the default), and is otherwise in
production mode if it does bind transport to an external interface. Note
that HTTP can be configured independently of transport via