aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/features/consuming_scripts.rst
diff options
context:
space:
mode:
authorStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-05 10:38:17 +0100
committerStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-05 10:39:32 +0100
commit1359ae6401357c9381c0f0e0cf997a48fb8272d2 (patch)
tree7d9006750e69204ce4668c31526d0dadefafbcb0 /docs/source/features/consuming_scripts.rst
parent5dd0bab482f4740dec66f5a1a1e1dc8b4fef2296 (diff)
Fix typos
Change-Id: Ie185b7d522d6975bd008ca8276d4857f0c94904b Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
Diffstat (limited to 'docs/source/features/consuming_scripts.rst')
-rw-r--r--docs/source/features/consuming_scripts.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/features/consuming_scripts.rst b/docs/source/features/consuming_scripts.rst
index 4290c25..20fe2ed 100644
--- a/docs/source/features/consuming_scripts.rst
+++ b/docs/source/features/consuming_scripts.rst
@@ -3,13 +3,13 @@ Using the provisioning scripts
==============================
Vagrant is a platform that uses prebaked images called
-*vagrant boxes* to guarranty that running multiple times a
+*vagrant boxes* to guarantee that running multiple times a
provisioning script will result in an expected output. This
mechanism is crucial for reducing the number of external factors
during the creation, development and testing of provisioning scripts.
-However, it's possible to provide an ONAP development enviroment
+However, it's possible to provide an ONAP development environment
without having to install Vagrant tool. This document explains how to
-consume the provisioning scripts localed in **./lib** folder to
+consume the provisioning scripts located in **./lib** folder to
provision a development environment and the environment variables
that modifies their behavior.
@@ -52,7 +52,7 @@ and Available Inventory (AAI) service will be required to load the
Lastly, every script has defined a initialization function with
*init_* as prefix. This function is the starting point to provision
the chosen ONAP service. This example uses the *init_aai* function
-to provision a AAI Developement environment.
+to provision a AAI Development environment.
.. note::