Fix typos in documentation

This commit cleans up all typos I detected in our documentation.

Change-Id: I723c5b3ed3eabb5f0e2bcead5e70b4c747455a20
This commit is contained in:
Akihiro Motoki 2018-03-28 06:44:56 +09:00
parent 0653854bbd
commit 026efd9049
3 changed files with 6 additions and 6 deletions

View File

@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/neutron-fwaas-dashbaard
https://bugs.launchpad.net/neutron-fwaas-dashboard

View File

@ -17,8 +17,8 @@ the FWaaS version enabled in your neutron server.
You do not need to specify FWaaS API version in the DevStack plugin
configuration.
How to enable FWaaS v2 dsashboard
---------------------------------
How to enable FWaaS v2 dashboard
--------------------------------
Add the following to the localrc section of your local.conf.
@ -29,8 +29,8 @@ Add the following to the localrc section of your local.conf.
enable_service q-fwaas-v2
enable_plugin neutron-fwaas-dashboard https://git.openstack.org/openstack/neutron-fwaas-dashboard master
How to enable FWaaS v1 dsashboard
---------------------------------
How to enable FWaaS v1 dashboard
--------------------------------
Add the following to the localrc section of your local.conf.

View File

@ -63,7 +63,7 @@ Enable the horizon plugin.
Configure the policy file for Neutron FWaaS dashboard
in OpenStack Dashboard ``local_settings.py``.
``<fwaas-dashboard-config-dir>`` is a directory which contains
configurations for Neutron FWaaS dashboard and the locaiton varies
configurations for Neutron FWaaS dashboard and the location varies
across distributions or deployments.
.. code-block:: python