Fix minor typo

This commit is contained in:
Andreas Kohn 2015-10-08 11:47:55 +02:00
parent 2b43a1cec2
commit a119e82ed0
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ You can no longer create fields with dots in the name.
In 1.x, Elasticsearch would issue a warning if a type name included a dot,
e.g. `my.type`. Now that type names are no longer used to distinguish between
fields in differnt types, this warning has been relaxed: type names may now
fields in different types, this warning has been relaxed: type names may now
contain dots, but they may not *begin* with a dot. The only exception to this
is the special `.percolator` type.