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

@ -1,7 +1,7 @@
[[configuration]]
== Configuration
The `Client` constructor accepts a single object as it's argument. In the <<config-options>> section all of the available options/keys are listed.
The `Client` constructor accepts a single object as its argument. In the <<config-options>> section all of the available options/keys are listed.
[source,js]
------