Skip to content

Commit

Permalink
Merge pull request addyosmani#106 from mzaccari/master
Browse files Browse the repository at this point in the history
Corrected minor typo
  • Loading branch information
addyosmani committed Apr 12, 2012
2 parents 5c857cf + 37275b9 commit 227bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -787,7 +787,7 @@ el: '#footer',
el: document.getElementById( 'footer' )
```

If you want to create a new element for you view, set any combination of the following view's properties: `tagName`, `id` and `className`. A new element will be created for you by the framework and a reference to it will be available at the `el` property.
If you want to create a new element for your view, set any combination of the following view's properties: `tagName`, `id` and `className`. A new element will be created for you by the framework and a reference to it will be available at the `el` property.

```
tagName: 'p', // required, but defaults to 'div' if not set
Expand Down

0 comments on commit 227bf02

Please sign in to comment.