From a69e33a65415dff159478834082e76007aab3ae7 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Mon, 25 Jul 2016 05:30:29 +0000
Subject: [PATCH] [install] add a "node" and update the case of "dashboard"

This patch:

- adds the word "node" to improve the clarity of the sentence
- fixes the capitalization of horizon service name

Change-Id: Ie899c086e07ebdd9f35b089e28ffaf84be1774c8
---
 doc/install-guide/source/environment.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/install-guide/source/environment.rst b/doc/install-guide/source/environment.rst
index 33be40df56..df239d2af5 100644
--- a/doc/install-guide/source/environment.rst
+++ b/doc/install-guide/source/environment.rst
@@ -4,15 +4,15 @@
 Environment
 ===========
 
-This section explains how to configure the controller and one compute
+This section explains how to configure the controller node and one compute
 node using the example architecture.
 
 Although most environments include Identity, Image service, Compute, at least
-one networking service, and the dashboard, the Object Storage service can
+one networking service, and the Dashboard, the Object Storage service can
 operate independently. If your use case only involves Object Storage, you can
 skip to `Object Storage Installation Guide
 <http://docs.openstack.org/project-install-guide/object-storage/draft/>`_
-after configuring the appropriate nodes for it. However, the dashboard
+after configuring the appropriate nodes for it. However, the Dashboard
 requires at least the Image service, Compute, and Networking.
 
 You must use an account with administrative privileges to configure each node.