Skip to content

Commit a396e2f

Browse files
Correct spelling
1 parent c224526 commit a396e2f

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)