Skip to content

Commit

Permalink
spelling: reordered
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 28, 2017
1 parent 5ee9e07 commit 5489bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bindingDependencyBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ describe('Binding dependencies', function() {
});

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

0 comments on commit 5489bdc

Please sign in to comment.