diff --git a/README.rst b/README.rst index ffe128138..6110e90c9 100644 --- a/README.rst +++ b/README.rst @@ -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'; diff --git a/doc/source/api/v2.rst b/doc/source/api/v2.rst index 83403ae4f..e62f9213c 100644 --- a/doc/source/api/v2.rst +++ b/doc/source/api/v2.rst @@ -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 ---------