Trivial documentation fix. 11/30911/1
authorManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>
Thu, 8 Feb 2018 19:04:00 +0000 (19:04 +0000)
committerManjeet Singh Bhatia <manjeet.s.bhatia@intel.com>
Thu, 8 Feb 2018 19:23:09 +0000 (19:23 +0000)
Signed-off-by: Manjeet Singh Bhatia<manjeet.s.bhatia@intel.com>
Issue-ID: INT-416
Change-Id: Idd88e2c4fed40cd082d467e9e96570334c09f491

bootstrap/vagrant-onap/README.md
bootstrap/vagrant-onap/doc/source/features/configure_execution.rst

index 8f143ad..1478ab4 100644 (file)
@@ -69,7 +69,7 @@ current options include:
 
 The documentation of this project was written in reStructuredText
 format which is located under the [docs folder](../blob/master/doc/source/index.rst).
-It's possible to format this documents to HTML using Sphinix python
+It's possible to format these documents to HTML using Sphinix python
 tool.
 
     $ tox -e docs
index 713c0e0..df08605 100644 (file)
@@ -3,14 +3,13 @@ Modify execution values
 =======================
 
 In order to provide a flexible platform that adjusts to different developer
-needs, it has been implemented two mechanism to configure the execution of this
-project.
+needs, there are two mechanisms to configure the execution of this project.
 
 Settings configuration file
 ---------------------------
 
 The first mechanism refers to the process to replace default configuration
-values through a settings configuration file. This file needs to be placed into
+values in the settings configuration file. This file needs to be placed into
 the *./etc* folder and named *settings.yaml*. It must contain the key/pair
 configuration values that will be overriden.