summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJUNJIE NAN <nanjj@cn.ibm.com>2015-08-18 22:19:27 +0800
committerJUNJIE NAN <nanjj@cn.ibm.com>2015-08-18 22:48:17 +0800
commit0fa95a367ff44dba05832f884b6a140fa05a3f09 (patch)
tree9e2410859cb66412c2b54674bcdddf296c41ac17 /doc
parentc5dc0d9577e455f149edb5331a6e493def6928d5 (diff)
downloadpycadf-0fa95a367ff44dba05832f884b6a140fa05a3f09.tar.gz
Fixed typo error
Before action there should be a "," there. Change-Id: I29f690e0e42b1b1bfccf19e5ea576974f105e826
Diffstat (limited to 'doc')
-rw-r--r--doc/source/event_concept.rst3
1 files changed, 2 insertions, 1 deletions
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"
}