Skip to content

Commit 7ac8995

Browse files
authored
Fix typo in deprecation message for 'xkey' config
1 parent c2909a1 commit 7ac8995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ private function addHttpCacheSection(ArrayNodeDefinition $rootNode): void
439439
->info('Specify a purger to use (available values: "api_platform.http_cache.purger.varnish.ban", "api_platform.http_cache.purger.varnish.xkey", "api_platform.http_cache.purger.souin").')
440440
->end()
441441
->arrayNode('xkey')
442-
->setDeprecated('api-platform/core', '3.0', 'The "xkey" configuration is deprecated, use your own purger to customize surrogate keys or the appropriate paramters.')
442+
->setDeprecated('api-platform/core', '3.0', 'The "xkey" configuration is deprecated, use your own purger to customize surrogate keys or the appropriate parameters.')
443443
->addDefaultsIfNotSet()
444444
->children()
445445
->scalarNode('glue')

0 commit comments

Comments
 (0)