From b94863cc2355fc244e596ca379492cb9f80b2d7f Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 3 Nov 2017 16:22:46 +0530 Subject: Docs spell correction and CLI front page updates CLI-57 Change-Id: I35931570e2b6f1a281dbd57b485ebc4c1dd71528 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/architecture.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/architecture.rst') 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. -- cgit 1.2.3-korg