Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Bogdanovic committed Sep 9, 2024
1 parent baf390c commit 467349f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/next/next.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
next.cache_tag_revalidator_task_store:
class: Drupal\next\CacheTagRevalidatorTaskStore
arguments: [ '@database' ]
next.path_revalidor_helper:
next.path_revalidator_helper:
class: Drupal\next\PathRevalidatorHelper
arguments:
- '@entity_type.manager'
Expand Down
2 changes: 1 addition & 1 deletion modules/next/src/Plugin/Next/Revalidator/CacheTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public static function create(ContainerInterface $container, array $configuratio
$container->get('logger.channel.next'),
$container->get('config.factory')->get('next.settings'),
$container->get('next.cache_tag_node_mapper'),
$container->get('next.path_revalidor_helper'),
$container->get('next.path_revalidator_helper'),
$container->get('queue')->get('cache_tag_revalidator', TRUE),
$container->get('next.cache_tag_revalidator_task_store')
);
Expand Down

0 comments on commit 467349f

Please sign in to comment.