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. 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 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) getting independent confirmation (and verifying that it's not a duplicate)
is always a good idea if you can be patient. is always a good idea if you can be patient.

View File

@ -76,7 +76,7 @@ the following topic guides.
API Reference API Reference
------------- -------------
In-depth documentation for Horizon and it's APIs. In-depth documentation for Horizon and its APIs.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1

View File

@ -14,7 +14,7 @@ Values
-- Frank Lloyd Wright -- 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. * Core Support: Out-of-the-box support for all core OpenStack projects.
* Extensible: Anyone can add a new component as a "first-class citizen". * 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 The Current Architecture & How It Meets Our Values
================================================== ==================================================
At it's core, **Horizon should be a registration pattern for At its core, **Horizon should be a registration pattern for
applications to hook into**. Here's what that means and how it's applications to hook into**. Here's what that means and how it is
implemented in terms of our values: implemented in terms of our values:
Core Support Core Support

View File

@ -242,7 +242,7 @@ Some common things to look for:
Understanding the output from ``mox`` 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 offers many nice features, its output when a test fails can be quite
mysterious. mysterious.