Skip to content

Commit 16a0b83

Browse files
Update bound-nodes.js
TYPO FIXED "kncokouts -> knockouts"
1 parent cf69967 commit 16a0b83

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)