TrivialFix: Fix typo

Change-Id: I5cc1ba791f4b8508af521adfa0493c8caff85731
This commit is contained in:
liuyamin 2017-08-08 16:11:17 +08:00
parent 3de1918c30
commit 827aca56e1
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ an OpenStack environment.
$ mysql -u root -p
mysql> CREATE DATABASE mistral;
mysql> USE mistral
mysql> USE mistral;
mysql> GRANT ALL PRIVILEGES ON mistral.* TO 'mistral'@'localhost' IDENTIFIED BY 'MISTRAL_DBPASS';
mysql> GRANT ALL PRIVILEGES ON mistral.* TO 'mistral'@'%' IDENTIFIED BY 'MISTRAL_DBPASS';

View File

@ -26,7 +26,7 @@ for other resources described below are relative to Application Root.
API v2 root [/v2/]
^^^^^^^^^^^^^^^^^^
All API v2 urls are relative to API v2 root.
All API v2 URLs are relative to API v2 root.
Workbooks
---------