Skip to content

Commit 33c476e

Browse files
authored
Fix typo
1 parent ce6801a commit 33c476e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
*/
@@ -61,7 +61,7 @@ define([
6161
Class = createConstructor({
6262

6363
/**
64-
* Entry point to the initialization of constructor instance.
64+
* Entry point to the initialization of constructors' instance.
6565
*
6666
* @param {Object} [options={}]
6767
* @returns {Class} Chainable.

0 commit comments

Comments
 (0)