From e9a5f47fcffd055b7d9dfb610ac38737f0fa5639 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 8 Apr 2016 16:26:23 +0200 Subject: [PATCH] Fix minor typos in the documentation Change-Id: Iac79943d2709fd2b819b4fb676516a68e4fef061 --- doc/source/conf.py | 2 +- doc/source/user/configuration.rst | 2 +- doc/source/user/installation.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 19a41b3f4..17206e34e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ copyright = u'2015, Mirantis Inc.' # The short X.Y version. version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.8.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/user/configuration.rst b/doc/source/user/configuration.rst index c4dadc930..0313009e7 100644 --- a/doc/source/user/configuration.rst +++ b/doc/source/user/configuration.rst @@ -8,7 +8,7 @@ Configuration Guide Plugin configuration -------------------- -To configure your plugin, you need to follow the folling steps: +To configure your plugin, you need to follow the following steps: 1. `Create a new environment `_ with the Fuel web user interface. diff --git a/doc/source/user/installation.rst b/doc/source/user/installation.rst index 7df5a42e1..cb9ed6a20 100644 --- a/doc/source/user/installation.rst +++ b/doc/source/user/installation.rst @@ -54,7 +54,7 @@ configuration or implement your own customization. But note that running a Fuel plugin that you have built yourself is at your own risk. To install LMA Collector Plugin from source, you first need to prepare an -environement to build the RPM file. +environment to build the RPM file. The recommended approach is to build the RPM file directly onto the Fuel Master node so that you won't have to copy that file later on.