Fix the comma's wrong locations.

The locations of commas in JSON in docs/source/deploy/raid.rst
are not correct. This patch fixs it.

Change-Id: Ibda01aae45827d1e913bc76b1ee3aec99f97ccc9
Closes-Bug: #1654243
This commit is contained in:
ericxiett 2017-01-05 20:09:50 +08:00
parent 9842f40187
commit f8e1bc2f8b
1 changed files with 4 additions and 4 deletions

View File

@ -269,12 +269,12 @@ Workflow
[{
"interface": "raid"
"step": "delete_configuration",
"interface": "raid",
"step": "delete_configuration"
},
{
"interface": "raid"
"step": "create_configuration",
"interface": "raid",
"step": "create_configuration"
}]
.. note::