Skip to content

Commit d88ff38

Browse files
ENGCOM-4410: correct spelling #21534
- Merge Pull Request #21534 from ravi-chandra3197/magento2:patch-typographical-18 - Merged commits: 1. ce9e3ee
2 parents 062662d + ce9e3ee commit d88ff38

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

app/code/Magento/Catalog/Api/ProductRenderListInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ProductRenderListInterface
1515
{
1616
/**
1717
* Collect and retrieve the list of product render info
18-
* This info contains raw prices and formated prices, product name, stock status, store_id, etc
18+
* This info contains raw prices and formatted prices, product name, stock status, store_id, etc
1919
* @see \Magento\Catalog\Api\Data\ProductRenderInfoDtoInterface
2020
*
2121
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria

app/code/Magento/Catalog/Block/Product/View/Options/AbstractOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function getFormatedPrice()
134134
}
135135

136136
/**
137-
* Return formated price
137+
* Return formatted price
138138
*
139139
* @param array $value
140140
* @param bool $flag

app/code/Magento/Checkout/Block/Cart/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function needDisplayBaseGrandtotal()
177177
}
178178

179179
/**
180-
* Get formated in base currency base grand total value
180+
* Get formatted in base currency base grand total value
181181
*
182182
* @return string
183183
*/

app/code/Magento/Customer/Model/Attribute/Data/Postcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function restoreValue($value)
104104
}
105105

106106
/**
107-
* Return formated attribute value from entity model
107+
* Return formatted attribute value from entity model
108108
*
109109
* @param string $format
110110
* @return string|array

app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/Formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@
19701970
node.appendChild(dom.doc.createTextNode(invisibleChar));
19711971
node = node.firstChild;
19721972

1973-
// Insert caret container after the formated node
1973+
// Insert caret container after the formatted node
19741974
dom.insertAfter(caretContainer, formatNode);
19751975

19761976
// Move selection to text node

app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_jquery_src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15796,7 +15796,7 @@ tinymce.create('tinymce.ui.Toolbar:tinymce.ui.Container', {
1579615796
node.appendChild(dom.doc.createTextNode(invisibleChar));
1579715797
node = node.firstChild;
1579815798

15799-
// Insert caret container after the formated node
15799+
// Insert caret container after the formatted node
1580015800
dom.insertAfter(caretContainer, formatNode);
1580115801

1580215802
// Move selection to text node

app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_prototype_src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16646,7 +16646,7 @@ tinymce.create('tinymce.ui.Toolbar:tinymce.ui.Container', {
1664616646
node.appendChild(dom.doc.createTextNode(invisibleChar));
1664716647
node = node.firstChild;
1664816648

16649-
// Insert caret container after the formated node
16649+
// Insert caret container after the formatted node
1665016650
dom.insertAfter(caretContainer, formatNode);
1665116651

1665216652
// Move selection to text node

app/code/Magento/Tinymce3/view/base/web/tiny_mce/tiny_mce_src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16620,7 +16620,7 @@ tinymce.create('tinymce.ui.Toolbar:tinymce.ui.Container', {
1662016620
node.appendChild(dom.doc.createTextNode(invisibleChar));
1662116621
node = node.firstChild;
1662216622

16623-
// Insert caret container after the formated node
16623+
// Insert caret container after the formatted node
1662416624
dom.insertAfter(caretContainer, formatNode);
1662516625

1662616626
// Move selection to text node

app/code/Magento/Wishlist/Block/AbstractBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function hasDescription($item)
228228
}
229229

230230
/**
231-
* Retrieve formated Date
231+
* Retrieve formatted Date
232232
*
233233
* @param string $date
234234
* @deprecated

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/PriceWithDimensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function testGetFinalPrice()
108108
}
109109

110110
/**
111-
* Get formated price
111+
* Get formatted price
112112
*/
113113
public function testGetFormatedPrice()
114114
{

0 commit comments

Comments
 (0)