1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 16:26:53 +02:00

Merge pull request #648 from jackhooper/patch-1

[json/en] - fixed typo
This commit is contained in:
Nami-Doc
2014-06-12 09:30:29 +02:00

View File

@@ -43,6 +43,6 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself.
]
],
"that was short": "And, you're done. You know know everything JSON has to offer."
"that was short": "And, you're done. You now know everything JSON has to offer."
}
```