From 556d6436e792b08ad9c6684e10ceed35c0dba41f Mon Sep 17 00:00:00 2001 From: Vlad Veselov Date: Wed, 1 Nov 2017 16:36:27 +0200 Subject: [PATCH] Merged PR magento/magento2#11933 into 2.3 develop branch. Resolved conflicts. --- app/code/Magento/Ui/view/base/web/js/lib/core/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Ui/view/base/web/js/lib/core/class.js b/app/code/Magento/Ui/view/base/web/js/lib/core/class.js index adc3d524a0cb0..687cf09401188 100644 --- a/app/code/Magento/Ui/view/base/web/js/lib/core/class.js +++ b/app/code/Magento/Ui/view/base/web/js/lib/core/class.js @@ -27,7 +27,7 @@ define([ * Creates constructor function which allows * initialization without usage of a 'new' operator. * - * @param {Object} protoProps - Prototypal propeties of a new constructor. + * @param {Object} protoProps - Prototypal properties of a new constructor. * @param {Function} constructor * @returns {Function} Created constructor. */