Skip to content

Commit

Permalink
Fixes a typo in CacheContextGenerator (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel B authored and LOBsTerr committed Sep 19, 2019
1 parent 20f7370 commit e9e4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/CacheContextGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(
public function generate(array $parameters)
{
$module = $parameters['module'];
$cache_context = $parameters['ache_context'];
$cache_context = $parameters['cache_context'];
$class = $parameters['class'];

$moduleInstance = $this->extensionManager->getModule($module);
Expand Down

0 comments on commit e9e4d3a

Please sign in to comment.