summaryrefslogtreecommitdiffstats
path: root/docs/architecture.rst
diff options
context:
space:
mode:
authorkaihlavi <l.kaihlavirt@partner.samsung.com>2019-05-17 14:54:25 +0300
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-05-22 15:43:01 +0000
commitd00c7d99c6c2a8a4f7929db90a4de1e6bd6c3dfa (patch)
tree748e0f097af1d9f24a3f60cd7226f9a86c449a3c /docs/architecture.rst
parent1ce83426e53b5d6b887e4e4a0e5799e02be7f683 (diff)
Fix minor typos in documentation
Change-Id: I0c1468fc0f7f9a03ee7c23c2ca1b9debd136c671 Issue-ID: SDC-2315 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> (cherry picked from commit e9135d23dcf8f7822ed46a1031d078d3d295f6a7)
Diffstat (limited to 'docs/architecture.rst')
-rw-r--r--docs/architecture.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 142b458e1b..c2e899929d 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -20,12 +20,12 @@ The following diagram shows the high-level relationship between the system compo
The SDC architecture uses the Jetty server as an application server.
- The **Jetty front end**:
- - supplies the static content of web pages, and all resources that required by the GUI
+ - supplies the static content of the web pages and all the resources that are required by the GUI
- serves as a proxy for the REST API requests coming from the GUI
Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
-- The **Jetty back end** containers all the logic for the SDC.
+- The **Jetty back end** contains all the logic for the SDC.
SDC uses two storage components: Elastic Search(ES) and Cassandra