Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/sharding.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Shard Keys
.. todo:: link this section to <glossary:shard key>

"Shard keys" refer to the :term:`field` that exists in every
:term:`document` in a collection that that MongoDB uses to distribute
:term:`document` in a collection that MongoDB uses to distribute
documents among the :term:`shards <shard>`. Shard keys, like
:term:`indexes <index>`, can be either a single field, or may be a
compound key, consisting of multiple fields.
Expand Down