diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-09 10:23:19 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-09 10:23:19 -0500 |
commit | ea943b61fbee8fb0ba34f88b4d0380400e890f30 (patch) | |
tree | ec53907134c154049e409af64a4506f35e03f8ef | |
parent | 358f5e6edcffed0e8e17dd80e2ae30bfebc8c778 (diff) | |
parent | 4c27047a9748c0d3197dc63de34cc8bebf03633f (diff) |
Merge pull request #1419 from vojtasvoboda/feature/json-typo-2
[json/en] 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 a85cecc4..a1629137 100644 --- a/json.html.markdown +++ b/json.html.markdown @@ -14,7 +14,7 @@ C-style (`//`, `/* */`) comments. Some parsers also tolerate a trailing comma (i.e. a comma after the last element of an array or the after the last property of an object), but they should be avoided for better compatibility. -For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself. +For the purposes of this, however, everything is going to be 100% valid JSON. Luckily, it kind of speaks for itself. ```json { |