Skip to content

Commit

Permalink
Merge pull request #1322 from dstockto/javascript-grammar
Browse files Browse the repository at this point in the history
Correct usage of "it's" in javascript doc
  • Loading branch information
levibostian committed Oct 4, 2015
2 parents 84a2cd0 + 4206b4c commit ad4d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},

Expand Down

0 comments on commit ad4d6f3

Please sign in to comment.