Skip to content

Commit e9e4d3a

Browse files
Emmanuel BLOBsTerr
authored andcommitted
Fixes a typo in CacheContextGenerator (#4156)
1 parent 20f7370 commit e9e4d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/CacheContextGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
public function generate(array $parameters)
3535
{
3636
$module = $parameters['module'];
37-
$cache_context = $parameters['ache_context'];
37+
$cache_context = $parameters['cache_context'];
3838
$class = $parameters['class'];
3939

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

0 commit comments

Comments
 (0)