From f8e1bc2f8bf7b910d9a4213e7c22f391e87c3960 Mon Sep 17 00:00:00 2001 From: ericxiett Date: Thu, 5 Jan 2017 20:09:50 +0800 Subject: [PATCH] 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 --- doc/source/deploy/raid.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/deploy/raid.rst b/doc/source/deploy/raid.rst index 5d691dcf06..bc81d405cf 100644 --- a/doc/source/deploy/raid.rst +++ b/doc/source/deploy/raid.rst @@ -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::