Skip to content

Commit

Permalink
Update docs/dev_guide/intro/mojito_mvc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nonopolarity committed Jan 9, 2013
1 parent f434bdc commit 5b962df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_guide/intro/mojito_mvc.rst
Expand Up @@ -294,7 +294,7 @@ Example
The example controller below shows you how the components are used. The
``status`` mojit is registered with ``YUI.add``, and the ``index`` function
uses the ``this`` reference to call the function ``create_status``. Lastly, the
``requires`` array loads the addons ``Intl``, ``Params``, and ``Url``that are
``requires`` array loads the addons ``Intl``, ``Params``, and ``Url`` that are
needed by the controller.
.. code-block:: javascript
Expand Down

0 comments on commit 5b962df

Please sign in to comment.