Skip to content

Commit

Permalink
Fix it's in the doc's. :P
Browse files Browse the repository at this point in the history
Change-Id: I519f19db109c97cab42d85687e90bab87d363122
  • Loading branch information
Paul McMillan committed Apr 5, 2012
1 parent 552c80a commit e36dbd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Expand Up @@ -70,7 +70,7 @@ a good idea to write the blueprint first so you don't end up writing a bunch
of code that may not go in the direction the community wants.

For bugs, open the bug first, but if you can reproduce the bug reliably and
identify it's cause then it's usually safe to start working on it. However,
identify its cause then it's usually safe to start working on it. However,
getting independent confirmation (and verifying that it's not a duplicate)
is always a good idea if you can be patient.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -76,7 +76,7 @@ the following topic guides.
API Reference
-------------

In-depth documentation for Horizon and it's APIs.
In-depth documentation for Horizon and its APIs.

.. toctree::
:maxdepth: 1
Expand Down
6 changes: 3 additions & 3 deletions docs/source/intro.rst
Expand Up @@ -14,7 +14,7 @@ Values

-- Frank Lloyd Wright

Horizon holds several key values at the core of it's design and architecture:
Horizon holds several key values at the core of its design and architecture:

* Core Support: Out-of-the-box support for all core OpenStack projects.
* Extensible: Anyone can add a new component as a "first-class citizen".
Expand Down Expand Up @@ -48,8 +48,8 @@ modular future.
The Current Architecture & How It Meets Our Values
==================================================

At it's core, **Horizon should be a registration pattern for
applications to hook into**. Here's what that means and how it's
At its core, **Horizon should be a registration pattern for
applications to hook into**. Here's what that means and how it is
implemented in terms of our values:

Core Support
Expand Down
2 changes: 1 addition & 1 deletion docs/source/topics/testing.rst
Expand Up @@ -242,7 +242,7 @@ Some common things to look for:
Understanding the output from ``mox``
-------------------------------------

Horizon uses ``mox`` as it's mocking framework of choice, and while it
Horizon uses ``mox`` as its mocking framework of choice, and while it
offers many nice features, its output when a test fails can be quite
mysterious.

Expand Down

0 comments on commit e36dbd2

Please sign in to comment.