We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6801a commit 33c476eCopy full SHA for 33c476e
app/code/Magento/Ui/view/base/web/js/lib/core/class.js
@@ -27,7 +27,7 @@ define([
27
* Creates constructor function which allows
28
* initialization without usage of a 'new' operator.
29
*
30
- * @param {Object} protoProps - Prototypal propeties of a new constructor.
+ * @param {Object} protoProps - Prototypal properties of a new constructor.
31
* @param {Function} constructor
32
* @returns {Function} Created constructor.
33
*/
@@ -61,7 +61,7 @@ define([
61
Class = createConstructor({
62
63
/**
64
- * Entry point to the initialization of constructor instance.
+ * Entry point to the initialization of constructors' instance.
65
66
* @param {Object} [options={}]
67
* @returns {Class} Chainable.
0 commit comments