Skip to content

Commit 3a574f2

Browse files
committed
MAGETWO-86402: [Backport to 2.3-develop] Changed constructor typo in Javascript class #12976
- Merge Pull Request #12976 from dverkade/magento2:2.3-Changed-constructor-typo-in-Javascript-class - Merged commits: 1. 556d643
2 parents 62d6545 + 556d643 commit 3a574f2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/core

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/core/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define([
2727
* Creates constructor function which allows
2828
* initialization without usage of a 'new' operator.
2929
*
30-
* @param {Object} protoProps - Prototypal propeties of a new constructor.
30+
* @param {Object} protoProps - Prototypal properties of a new constructor.
3131
* @param {Function} constructor
3232
* @returns {Function} Created constructor.
3333
*/

0 commit comments

Comments
 (0)