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.
1 parent c224526 commit a396e2fCopy full SHA for a396e2f
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