Skip to content

Commit 6250312

Browse files
ENGCOM-3806: 2.3 develop ddevesh typos fixed #20039
- Merge Pull Request #20039 from ddevesh/magento2:2.3-develop-ddevesh-typos-fixed - Merged commits: 1. ae9daab 2. 6299405 3. b0cd9b7 4. fd1a404
2 parents b3d9a05 + fd1a404 commit 6250312

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Related.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ protected function _prepareColumns()
322322
}
323323

324324
/**
325-
* Rerieve grid URL
325+
* Retrieve grid URL
326326
*
327327
* @return string
328328
*/

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ define([
9191

9292
/**
9393
* Add product list types as scope and their urls
94-
* expamle: addListType('product_to_add', {urlFetch: 'http://magento...'})
95-
* expamle: addListType('wishlist', {urlSubmit: 'http://magento...'})
94+
* example: addListType('product_to_add', {urlFetch: 'http://magento...'})
95+
* example: addListType('wishlist', {urlSubmit: 'http://magento...'})
9696
*
9797
* @param type types as scope
9898
* @param urls obj can be
@@ -112,7 +112,7 @@ define([
112112
/**
113113
* Adds complex list type - that is used to submit several list types at once
114114
* Only urlSubmit is possible for this list type
115-
* expamle: addComplexListType(['wishlist', 'product_list'], 'http://magento...')
115+
* example: addComplexListType(['wishlist', 'product_list'], 'http://magento...')
116116
*
117117
* @param type types as scope
118118
* @param urls obj can be

app/code/Magento/Catalog/view/base/web/js/price-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ define([
6060
pattern = pattern.indexOf('{sign}') < 0 ? s + pattern : pattern.replace('{sign}', s);
6161

6262
// we're avoiding the usage of to fixed, and using round instead with the e representation to address
63-
// numbers like 1.005 = 1.01. Using ToFixed to only provide trailig zeroes in case we have a whole number
63+
// numbers like 1.005 = 1.01. Using ToFixed to only provide trailing zeroes in case we have a whole number
6464
i = parseInt(
6565
amount = Number(Math.round(Math.abs(+amount || 0) + 'e+' + precision) + ('e-' + precision)),
6666
10

0 commit comments

Comments
 (0)