From 5e7f285e3097bc4bc423770f58d6f24559137404 Mon Sep 17 00:00:00 2001 From: Eric Strathmeyer Date: Sat, 24 Dec 2011 00:17:08 -0500 Subject: [PATCH] Fix typo in example explanation. --- assets/docs/views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docs/views.md b/assets/docs/views.md index 774ecec733..c8471636e1 100644 --- a/assets/docs/views.md +++ b/assets/docs/views.md @@ -128,7 +128,7 @@ This would render a view like this: <div class="ember-view is-urgent"> -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: