From d3b1eccff996811e05c28c0f288662caad864bb5 Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Sat, 27 Feb 2016 09:25:35 +0300 Subject: [ci skip] fix json output --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ``` -- cgit v1.2.3