diff options
Diffstat (limited to 'json.html.markdown')
-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 6d06ffe4..9041eaa2 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -53,6 +53,6 @@ going to be 100% valid JSON. Luckily, it kind of speaks for itself. , "another comment": "how nice" }, - "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." } ``` |