diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2014-06-14 00:58:25 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2014-06-14 00:58:25 -0500 |
commit | a404b09093d82b4317f5f1b986a132eb0fa812f8 (patch) | |
tree | 67d7926d5654f1fc35279657962dfab4cff52cc7 | |
parent | b73a35a306269457180f3634e0917c6ace681dda (diff) | |
parent | b6f889c9e6761430c72d1b967980d61f494280c5 (diff) |
Merge pull request #650 from checkcheckzz/master
[json/cn]: fix the original typo
-rw-r--r-- | zh-cn/json-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/json-cn.html.markdown b/zh-cn/json-cn.html.markdown index 75966595..3a8db2cf 100644 --- a/zh-cn/json-cn.html.markdown +++ b/zh-cn/json-cn.html.markdown @@ -46,6 +46,6 @@ lang: zh-cn ] ], - "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." } ``` |