Skip to content

Commit b6aac37

Browse files
ENGCOM-4697: Correct spelling #22201
- Merge Pull Request #22201 from ravi-chandra3197/magento2:patch-typographical-25 - Merged commits: 1. 8d671b2
2 parents 5791131 + 8d671b2 commit b6aac37

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Block/Checkout/Cart/Item

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Block/Checkout/Cart/Item/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getMessages()
8888
$messages = [];
8989
$quoteItem = $this->getItem();
9090

91-
// Add basic messages occuring during this page load
91+
// Add basic messages occurring during this page load
9292
$baseMessages = $quoteItem->getMessage(false);
9393
if ($baseMessages) {
9494
foreach ($baseMessages as $message) {

0 commit comments

Comments
 (0)