Skip to content

Commit 335e634

Browse files
ENGCOM-5726: Correct spelling #24341
- Merge Pull Request #24341 from ravi-chandra3197/magento2:patch-typographical-34 - Merged commits: 1. f7323b2
2 parents 7cf99d1 + f7323b2 commit 335e634

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)