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:
commit
ad4d6f3c1e
@ -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"
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user