Skip to content

Commit

Permalink
Fix typo in example explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
strathmeyer committed Dec 24, 2011
1 parent 4fe7a30 commit 5e7f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/docs/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This would render a view like this:
<div class="ember-view is-urgent">
</pre>

If priority is changed to false, then the `priority` class name will be removed.
If isUrgent is changed to false, then the `is-urgent` class name will be removed.

By default, the name of the Boolean property is dasherized. You can customize the class name
applied by delimiting it with a colon:
Expand Down

0 comments on commit 5e7f285

Please sign in to comment.