Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Update docs/dev_guide/intro/mojito_mvc.rst #891

Merged
merged 1 commit into from Jan 9, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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