Skip to content

Commit 85607c8

Browse files
committed
Typo corrected Acstract -> Abstract
1 parent 2f0c383 commit 85607c8

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/js/form/element

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/form/element/input.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
define([
66
'underscore',
77
'Magento_Ui/js/form/element/abstract'
8-
], function (_, Acstract) {
8+
], function (_, Abstract) {
99
'use strict';
1010

11-
return Acstract.extend({
11+
return Abstract.extend({
1212
defaults: {
1313
prefixName: '',
1414
prefixElementName: '',

0 commit comments

Comments
 (0)