Skip to content

Commit 85f49bf

Browse files
committed
MAGETWO-72258: Fix minor type "consturctor" > "constructor" #10755
1 parent 028d1a8 commit 85f49bf

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
@@ -61,7 +61,7 @@ define([
6161
Class = createConstructor({
6262

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

0 commit comments

Comments
 (0)