diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-04 17:22:45 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-04 17:22:45 -0500 |
commit | ad4d6f3c1e9dfba3933651116535d590a17092df (patch) | |
tree | b83a909daafe3bf6a4494193387c5219e705731a /json.html.markdown | |
parent | 84a2cd07487ccb92bf47d725a4257824f9df1ddb (diff) | |
parent | 4206b4ccd04c8343e6becd58a2c9549e9593cbd6 (diff) |
Merge pull request #1322 from dstockto/javascript-grammar
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" }, |