[Docs] Correct typo in removal_of_types.asciidoc (#26646)
This commit is contained in:
parent
c7c6443b10
commit
59600dfe2d
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue