Correct usage of "it's" in javascript doc

This commit is contained in:
David Stockton 2015-10-03 19:35:42 -06:00
parent 9b46fe7e57
commit 4206b4ccd0

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