Skip to content

Commit 11801e2

Browse files
authored
ENGCOM-3783: Typo corrected Acstract -> Abstract #20058
2 parents 1f05da2 + 37c741c commit 11801e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/form/element/action-delete.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: '',

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)