Skip to content

Commit a4c880b

Browse files
authored
ENGCOM-3689: Typo corrected Update bound-nodes.js #19762
2 parents 8a9afc8 + c28902f commit a4c880b

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/extender

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/extender/bound-nodes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ define([
109109
wrapper.extend(ko, {
110110

111111
/**
112-
* Extends kncokouts' 'applyBindings'
112+
* Extends knockouts' 'applyBindings'
113113
* to track nodes associated with model.
114114
*
115115
* @param {Function} orig - Original 'applyBindings' method.
@@ -136,7 +136,7 @@ define([
136136
},
137137

138138
/**
139-
* Extends kncokouts' cleanNode
139+
* Extends knockouts' cleanNode
140140
* to track nodes associated with model.
141141
*
142142
* @param {Function} orig - Original 'cleanNode' method.

0 commit comments

Comments
 (0)