mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
Merge pull request #1322 from dstockto/javascript-grammar
Correct usage of "it's" in javascript doc
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user