1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 05:28:37 +01:00

Merge pull request #1322 from dstockto/javascript-grammar

Correct usage of "it's" in javascript doc
This commit is contained in:
Levi Bostian 2015-10-04 17:22:45 -05:00
commit ad4d6f3c1e

View File

@ -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"
},