We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18dc53f + a396e2f commit e6d289dCopy full SHA for e6d289d
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -445,7 +445,7 @@ protected function _preparePriceExpressionParameters($select)
445
*/
446
public function getPriceExpression($select)
447
{
448
- //@todo: Add caching of price expresion
+ //@todo: Add caching of price expression
449
$this->_preparePriceExpressionParameters($select);
450
return $this->_priceExpression;
451
}
0 commit comments