Skip to content

Commit e6d289d

Browse files
ENGCOM-4813: Correct spelling #22470
- Merge Pull Request #22470 from ravi-chandra3197/magento2:patch-typographical-28 - Merged commits: 1. a396e2f
2 parents 18dc53f + a396e2f commit e6d289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ protected function _preparePriceExpressionParameters($select)
445445
*/
446446
public function getPriceExpression($select)
447447
{
448-
//@todo: Add caching of price expresion
448+
//@todo: Add caching of price expression
449449
$this->_preparePriceExpressionParameters($select);
450450
return $this->_priceExpression;
451451
}

0 commit comments

Comments
 (0)