Skip to content

Commit a618910

Browse files
authored
ENGCOM-5726: Correct spelling #24341
2 parents 7cf99d1 + 335e634 commit a618910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/view/adminhtml/templates/promo/salesrulejs.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function generateCouponCodes(idPrefix, generateUrl, grid) {
6464
try {
6565
response = JSON.parse(transport.responseText);
6666
} catch (e) {
67-
console.warn('An error occured while parsing response');
67+
console.warn('An error occurred while parsing response');
6868
}
6969
}
7070
if (couponCodesGrid) {

0 commit comments

Comments
 (0)