Typo fixes, mainly misuse of [it’s][oatmeal-1]/[its][oatmeal-2].

[oatmeal-1]: http://s3.amazonaws.com/theoatmeal-img/comics/apostrophe/4.png
[oatmeal-2]: http://s3.amazonaws.com/theoatmeal-img/comics/apostrophe/5.png
This commit is contained in:
Mat Gadd
2014-12-30 12:05:23 +00:00
parent 3df3b09d3a
commit 0d2c36c8f8
11 changed files with 20 additions and 20 deletions

View File

@ -775,7 +775,7 @@ link:#[back to top]
client.getSource([params, [callback]])
--------
Get the source of a document by it's index, type and id.
Get the source of a document by its index, type and id.
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/docs-get.html[the elasticsearch docs] for more about this method.
@ -2607,7 +2607,7 @@ link:#[back to top]
client.indices.close([params, [callback]])
--------
Close an index to remove it's overhead from the cluster. Closed index is blocked for read/write operations.
Close an index to remove its overhead from the cluster. Closed index is blocked for read/write operations.
The default method is `POST` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-open-close.html[the elasticsearch docs] for more about this method.