From 99476e7aeb8ed7439eb4162e68fa80df3a40ea50 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Fri, 20 Jan 2017 10:04:42 +0700 Subject: [PATCH] Fix typos There are some wrong words, it should be updated. Change-Id: I4186e3816bfb204a7e51cf1192aee305e8a3349c --- .../appdev-guide/app_migrating/app_migrate_to_liberty.rst | 2 +- doc/source/appdev-guide/step-by-step/step_by_step.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/appdev-guide/app_migrating/app_migrate_to_liberty.rst b/doc/source/appdev-guide/app_migrating/app_migrate_to_liberty.rst index b9a02a318..53c209f70 100644 --- a/doc/source/appdev-guide/app_migrating/app_migrate_to_liberty.rst +++ b/doc/source/appdev-guide/app_migrating/app_migrate_to_liberty.rst @@ -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') .. diff --git a/doc/source/appdev-guide/step-by-step/step_by_step.rst b/doc/source/appdev-guide/step-by-step/step_by_step.rst index fcad7c2dc..48607dbee 100644 --- a/doc/source/appdev-guide/step-by-step/step_by_step.rst +++ b/doc/source/appdev-guide/step-by-step/step_by_step.rst @@ -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.