diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-12 09:30:29 +0200 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-12 09:30:29 +0200 |
commit | 10af53dd71ab7d8da52f226872e5aaf12d78171c (patch) | |
tree | b12b812276bb48bfe26e816c07bcf6a33455c215 | |
parent | 19f2264d321a17f99c4b1ae5502633b2dbb3e8fd (diff) | |
parent | a88daf14358c9d699adc9a2e2808cce65e6b202e (diff) |
Merge pull request #648 from jackhooper/patch-1
[json/en] - fixed typo
-rw-r--r-- | json.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json.html.markdown b/json.html.markdown index f86f0ae9..0e1a7d24 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -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." } ``` |