From 1bb8f18680c329f5306dcd4b4b279a257aba5307 Mon Sep 17 00:00:00 2001 From: malei Date: Sat, 17 Oct 2015 12:00:52 +0800 Subject: [PATCH] Wrong usage of "an" an historical anomaly -> a historical anomaly an token -> a token Change-Id: Id4b50e2e3e6f5a0c65107ddf6faeb7d6c45ca9ef --- doc/source/api_curl_examples.rst | 2 +- doc/source/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/api_curl_examples.rst b/doc/source/api_curl_examples.rst index c88c7fd03f..066efe97c0 100644 --- a/doc/source/api_curl_examples.rst +++ b/doc/source/api_curl_examples.rst @@ -28,7 +28,7 @@ Tokens Default scope ------------- -Get an token with default scope (may be unscoped): +Get a token with default scope (may be unscoped): .. code-block:: bash diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 31a79e50d8..5c6baf6c76 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -73,7 +73,7 @@ services are configured to run in a single process. .. NOTE:: - The separation into ``admin`` and ``main`` interfaces is an historical + The separation into ``admin`` and ``main`` interfaces is a historical anomaly. The new V3 API provides the same interface on both the admin and main interfaces (this can be configured in ``keystone-paste.ini``, but the default is to have both the same). The V2.0 API provides a limited public