Skip to content

Commit

Permalink
spelling: accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 19d5022 commit 62721da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding/bindingAttributeSyntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
return this['createChildContext'](dataItemOrAccessor, dataItemAlias, null, { "exportDependencies": true });
};

// Returns the valueAccesor function for a binding value
// Returns the valueAccessor function for a binding value
function makeValueAccessor(value) {
return function() {
return value;
Expand Down

0 comments on commit 62721da

Please sign in to comment.