diff options
author | Mikhail Dieterle <MikDiet@gmail.com> | 2016-02-27 09:25:35 +0300 |
---|---|---|
committer | Mikhail Dieterle <MikDiet@gmail.com> | 2016-02-27 09:25:35 +0300 |
commit | d3b1eccff996811e05c28c0f288662caad864bb5 (patch) | |
tree | 8e25cec82723dd78b95c7e31f03b77a10c46fafa /guides | |
parent | a9f50f87c38659d0e9425f86f613cf5328d55d27 (diff) | |
download | rails-d3b1eccff996811e05c28c0f288662caad864bb5.tar.gz rails-d3b1eccff996811e05c28c0f288662caad864bb5.tar.bz2 rails-d3b1eccff996811e05c28c0f288662caad864bb5.zip |
[ci skip] fix json output
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_view_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 543937f8e5..26e62b5971 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -173,7 +173,7 @@ would produce: ```json { "name": "Alex", - "email: "alex@example.com" + "email": "alex@example.com" } ``` |