Skip to content

Commit 5489bdc

Browse files
committed
spelling: reordered
1 parent 5ee9e07 commit 5489bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bindingDependencyBehaviors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ describe('Binding dependencies', function() {
489489
});
490490

491491
it('Should leave bindings without an "after" value where they are', function() {
492-
// This test is set up to be unambiguous, because only test1 and test2 are reorderd
492+
// This test is set up to be unambiguous, because only test1 and test2 are reordered
493493
// (they have the dependency between them) and test3 is left alone.
494494
ko.bindingHandlers.test2.after = ['test1'];
495495
testNode.innerHTML = "<div data-bind='test2, test1, test3'></div>";

0 commit comments

Comments
 (0)