Skip to content

Commit

Permalink
Merge pull request #11 from aligent/fix/property_typo
Browse files Browse the repository at this point in the history
Fix typo in class property
  • Loading branch information
aligent-lturner authored Feb 22, 2024
2 parents 0204925 + 0ff5678 commit 8176a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Indexer/Product/ProductIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ProductIndexer implements IndexerActionInterface, MviewActionInterface, Di
/** @var PrerenderClientInterface */
private PrerenderClientInterface $prerenderClient;
/** @var DeploymentConfig */
private DeploymentConfig $eploymentConfig;
private DeploymentConfig $deploymentConfig;
/** @var Config */
private Config $prerenderConfigHelper;
/** @var Configurable */
Expand Down

0 comments on commit 8176a24

Please sign in to comment.