Browse Source

Merge pull request #15891 from sromocki/patch-1

Update crud.asciidoc, nouns mixed up
Clinton Gormley 9 years ago
parent
commit
f782c8ac07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/migration/migrate_2_0/crud.asciidoc

+ 1 - 1
docs/reference/migration/migrate_2_0/crud.asciidoc

@@ -32,7 +32,7 @@ In addition, the following routing-related node settings have been deprecated:
 
 The delete API used to be broadcast to all shards in the index which meant
 that, when using custom routing, the `routing` parameter was optional. Now,
-the delete request is forwarded only to the document holding the shard. If you
+the delete request is forwarded only to the shard holding the document. If you
 are using custom routing then you should specify the `routing` value when
 deleting a document, just as is already required for the `index`, `create`,
 and `update` APIs.