Fix it's in the doc's. :P

Change-Id: I519f19db109c97cab42d85687e90bab87d363122
This commit is contained in:
Paul McMillan 2012-04-05 11:35:15 -07:00
parent 552c80a182
commit e36dbd2c2a
4 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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

View File

@ -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".
@ -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

View File

@ -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.