From 59600dfe2da47dc8a30bf2f601ff6ead72d3bc78 Mon Sep 17 00:00:00 2001 From: Bernd Date: Thu, 14 Sep 2017 15:34:07 +0200 Subject: [PATCH] [Docs] Correct typo in removal_of_types.asciidoc (#26646) --- docs/reference/mapping/removal_of_types.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/removal_of_types.asciidoc b/docs/reference/mapping/removal_of_types.asciidoc index e47d130aa3a..006bc789f30 100644 --- a/docs/reference/mapping/removal_of_types.asciidoc +++ b/docs/reference/mapping/removal_of_types.asciidoc @@ -103,7 +103,7 @@ larger number of primary shards for `tweets`. ==== Custom type field Of course, there is a limit to how many primary shards can exist in a cluster -so you many not want to waste an entire shard for a collection of only a few +so you may not want to waste an entire shard for a collection of only a few thousand documents. In this case, you can implement your own custom `type` field which will work in a similar way to the old `_type`.