Skip to content

Commit 55c4471

Browse files
committed
Merge pull request tastejs#852 from mrafalko/patch-1
Fixed typo in comment
2 parents 2d1516a + f01f3d0 commit 55c4471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

architecture-examples/backbone/js/views/todo-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var app = app || {};
9797
if (value !== trimmedValue) {
9898
// Model values changes consisting of whitespaces only are
9999
// not causing change to be triggered Therefore we've to
100-
// compare untrimmed version with a trimmed one to chech
100+
// compare untrimmed version with a trimmed one to check
101101
// whether anything changed
102102
// And if yes, we've to trigger change event ourselves
103103
this.model.trigger('change');

0 commit comments

Comments
 (0)