Skip to content

Commit

Permalink
MAGETWO-72258: Fix minor type "consturctor" > "constructor" #10755
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakhsuvarov committed Sep 4, 2017
1 parent 028d1a8 commit 85f49bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/lib/core/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ define([
Class = createConstructor({

/**
* Entry point to the initialization of consturctors' instance.
* Entry point to the initialization of constructor's instance.
*
* @param {Object} [options={}]
* @returns {Class} Chainable.
Expand Down

0 comments on commit 85f49bf

Please sign in to comment.