diff options
author | Miguel Lavalle <malavall@us.ibm.com> | 2017-05-31 14:58:39 -0500 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2017-06-28 15:47:43 +0000 |
commit | a40da17faa6c0d2c7d2dcf43076c6a5b8491df4a (patch) | |
tree | aa044efd65c906986d96075c74fd60f53cfbad15 /docs/development/design/introduction.rst | |
parent | 483a4c6862a56a183a61e61f7dcec6bd574e89b2 (diff) |
Fix typos and other errors in documentation
While reading the documentation, I found typos and other errors. This
patchset fixes them.
Change-Id: I2bf83a26da58845337dd77e56a8c77aa63084f2f
Signed-off-by: Miguel Lavalle <malavall@us.ibm.com>
Diffstat (limited to 'docs/development/design/introduction.rst')
-rw-r--r-- | docs/development/design/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/design/introduction.rst b/docs/development/design/introduction.rst index f7b7df76..d56eae9f 100644 --- a/docs/development/design/introduction.rst +++ b/docs/development/design/introduction.rst @@ -6,5 +6,5 @@ Introduction The `OPNFV Service Function Chaining (SFC) <https://wiki.opnfv.org/display/sfc/Service+Function+Chaining+Home>`_ project aims to provide the ability to define an ordered list of a network services (e.g. firewalls, NAT, QoS). -These service are then "stitched" together in the network to create a service chain. +These services are then "stitched" together in the network to create a service chain. This project provides the infrastructure to install the upstream ODL SFC implementation project in an NFV environment. |