Skip to content

Commit

Permalink
Copy edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Catera committed Jan 29, 2013
1 parent 0360f3e commit 499e9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev_guide/topics/mojito_composite_mojits.rst
Expand Up @@ -130,8 +130,8 @@ The parent mojit can pass data to its templates by passing an object as the
first argument to ``ac.composite.done``.

The example parent controller below passes ``parent_data`` to its template, so that
the Handlebars expression ``{{parent_data}}`` in the template can be replaced with the
value ``'Welcome'`` when the template is rendered.
the Handlebars expression ``{{parent_data}}`` in the parent template can be replaced with
the value ``'Welcome'`` when the template is rendered.

.. code-block:: javascript
Expand Down

0 comments on commit 499e9a1

Please sign in to comment.