aboutsummaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 16:22:46 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-11-03 16:35:20 +0530
commitb94863cc2355fc244e596ca379492cb9f80b2d7f (patch)
tree784e99e0014fdec699d6c18215bb0675906a78cd /docs/architecture.rst
parente061c0afa07b1cd98914193b030ed8691dc29fc1 (diff)
Docs spell correction and CLI front page updates
CLI-57 Change-Id: I35931570e2b6f1a281dbd57b485ebc4c1dd71528 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 8e961a1b..fe17190f 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -11,12 +11,12 @@ Following diagram shows the high-level architecture of ONAP CLI.
.. image:: images/portal-cli-arch.png
-* **Command Registrar** : Registrar keeps track of the commands regsitered in ONAP CLI and when user invokes the command, it identify
- the corresponding command route the request to that command plugin.
+* **Command Registrar** : Registrar keeps track of the commands registered in ONAP CLI and when user invokes the command, it identify
+ the corresponding command route the request to that command plug-in.
-* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and auto-matically register them into Registrar.
+* **Command Discoverer** : Discoverer discovers the commands both in plug-in format and YAML and automatically register them into Registrar.
-* **Command Plug-ings** : Implement the command as plugin. More details :ref:`cli_developer_guide`
+* **Command Plug-ing** : Implement the command as plug-in. More details :ref:`cli_developer_guide`
* **HTTP Command** : Plug-in for implementing all Rest based command as YAML without any coding.