Merge "Fix typos"

This commit is contained in:
Jenkins 2017-01-21 02:57:07 +00:00 committed by Gerrit Code Review
commit 2316ce16eb
2 changed files with 4 additions and 4 deletions

View File

@ -153,7 +153,7 @@ To use this feature you need to:
.. code-block:: yaml
# first agrument is agent of instance, second - your command
# first argument is agent of instance, second - your command
$linux.runCommand($.instance.agent, 'service apache2 restart')
..

View File

@ -32,10 +32,10 @@ The course consists of the following parts:
.. #. Learning some advanced stuff for production-grade deployments
Before you proceed, please ensure that you have an OpenStack cloud
(devstack-based will work just fine) and a latest version of Murano deployed.
(devstack-based will work just fine) and the latest version of Murano deployed.
This guide assumes that the reader has a basic knowledge of some programming
languages and object-oriented design and is a bit familiar with the scripting
languages used to configure Linux servers. Also it would be benficial to be
languages used to configure Linux servers. Also it would be beneficial to be
familiar with YAML format: lots of software configuration tools nowadays use
YAML, and Murano is no difference.
YAML, and Murano is no different.