diff options
author | David Stockton <dave@davidstockton.com> | 2015-10-03 19:35:42 -0600 |
---|---|---|
committer | David Stockton <dave@davidstockton.com> | 2015-10-03 19:35:42 -0600 |
commit | 4206b4ccd04c8343e6becd58a2c9549e9593cbd6 (patch) | |
tree | bd0cb11f5b866972dbfb2bb6a8c617557724e572 /json.html.markdown | |
parent | 9b46fe7e57bcf63785b67cdaffc49ff0d47d7476 (diff) |
Correct usage of "it's" in javascript doc
Diffstat (limited to 'json.html.markdown')
-rw-r--r-- | json.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown index f57b82b8..47a8cb21 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -49,7 +49,7 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself. "alternative style": { "comment": "check this out!" - , "comma position": "doesn't matter - as long as its before the value, then its valid" + , "comma position": "doesn't matter - as long as it's before the value, then it's valid" , "another comment": "how nice" }, |