Skip to content

Commit d4d3cf0

Browse files
committed
Merge pull request emberjs#3450 from flxf/discreet
'Discreet' Typo
2 parents d66df0d + 3e44c65 commit d4d3cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-handlebars/lib/helpers/binding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ EmberHandlebars.registerHelper('unless', function(context, options) {
350350
351351
`bind-attr` supports a special syntax for handling a number of cases unique
352352
to the `class` DOM element attribute. The `class` attribute combines
353-
multiple discreet values into a single attribute as a space-delimited
353+
multiple discrete values into a single attribute as a space-delimited
354354
list of strings. Each string can be:
355355
356356
* a string return value of an object's property.

0 commit comments

Comments
 (0)