From 6764aefed138585ba88300cd1bbff97ccf6f802c Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Tue, 29 Mar 2016 11:38:34 -0400 Subject: [PATCH] fix syntax error in ui dev docs this change corrects the spelling mistake in the "sourcecode" directive for the devstack sahara dashboard plugin example. Change-Id: Ieb71338d227d4ca1a1072c1c346015407ffa9554 Closes-Bug: #1563395 --- doc/source/horizon/dev.environment.guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/horizon/dev.environment.guide.rst b/doc/source/horizon/dev.environment.guide.rst index d4921d41..1c42e763 100644 --- a/doc/source/horizon/dev.environment.guide.rst +++ b/doc/source/horizon/dev.environment.guide.rst @@ -14,10 +14,10 @@ on installing and configuring DevStack with Sahara. Sahara UI can be installed as a DevStack plugin by adding the following line to your ``local.conf`` file -.. sourececode:: bash +.. sourcecode:: bash + # Enable sahara-dashboard enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard -.. Isolated Dashboard for Sahara