Skip to content

Commit

Permalink
FLUID-6112: typo correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Mar 7, 2017
1 parent de5e063 commit 0cba5b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ Infusion also makes extensive use of the programming concept of [Inversion of Co

IoC references allow us to refer to other parts of a component object (or another component entirely) in a declarative, context-specific manner, with `{that}` standing in for the current component configuration.

We can use a listener definition, the `onCreate` lifecycle event and IoC `{that]` to have a component say hello when it's ready, rather than needing to be manually called:
We can use a listener definition, the `onCreate` lifecycle event and IoC `{that}` to have a component say hello when it's ready, rather than needing to be manually called:

<div class="infusion-docs-note">You can check out the [Live Example](http://codepen.io/waharnum/pen/LxbPQZ?editors=1111) of the code below on [CodePen](http://codepen.io/)</div>

Expand Down

0 comments on commit 0cba5b9

Please sign in to comment.