summaryrefslogtreecommitdiffstats
path: root/doc/source/developing.rst
diff options
context:
space:
mode:
authorPaul McMillan <paul.mcmillan@nebula.com>2012-04-10 10:52:35 -0700
committerPaul McMillan <paul.mcmillan@nebula.com>2012-04-10 11:29:02 -0700
commit06ae06708cdfcb9d2be97a234c88fc46634a8765 (patch)
tree13d52363dd9a30e6e4874e8ea226b16855a77c9f /doc/source/developing.rst
parent75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd (diff)
downloadkeystone-06ae06708cdfcb9d2be97a234c88fc46634a8765.tar.gz
keystone-06ae06708cdfcb9d2be97a234c88fc46634a8765.tar.xz
keystone-06ae06708cdfcb9d2be97a234c88fc46634a8765.zip
Fix "it's" grammar errors.
Change-Id: I32a41a60bc36caaa6bbc71ac24b620a0bb66a6dc
Diffstat (limited to 'doc/source/developing.rst')
-rw-r--r--doc/source/developing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index 11207a95..4acb3b2e 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -60,9 +60,9 @@ You can interact with Keystone through the command line using
:doc:`man/keystone-manage` which allows you to establish tenants, users, etc.
-You can also interact with Keystone through it's REST API. There is a python
+You can also interact with Keystone through its REST API. There is a python
keystone client library `python-keystoneclient`_ which interacts exclusively
-through the REST API, and which keystone itself uses to provide it's
+through the REST API, and which keystone itself uses to provide its
command-line interface.
When initially getting set up, after you've configured which databases to use,