From 0fa95a367ff44dba05832f884b6a140fa05a3f09 Mon Sep 17 00:00:00 2001 From: JUNJIE NAN Date: Tue, 18 Aug 2015 22:19:27 +0800 Subject: Fixed typo error Before action there should be a "," there. Change-Id: I29f690e0e42b1b1bfccf19e5ea576974f105e826 --- doc/source/event_concept.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/event_concept.rst b/doc/source/event_concept.rst index 0de03b7..d85bef0 100644 --- a/doc/source/event_concept.rst +++ b/doc/source/event_concept.rst @@ -209,7 +209,8 @@ Event serialisation: "name": "CPU utilisation metric" } } - ]"action": "monitor", + ], + "action": "monitor", "outcome": "success", "id": "openstack:0a196053-95de-48f8-9890-4527b25b5007" } -- cgit v1.2.1