Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b9ec876

Browse files
committed
Typo fix
1 parent dffaec7 commit b9ec876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CmfRoutingAutoExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function load(array $configs, ContainerBuilder $container)
6161

6262
if (!$hasProvider) {
6363
throw new InvalidConfigurationException(
64-
'The RoutingAUtoBundle requires that you enable one of the persistence layers in your application configuration. ' .
64+
'The RoutingAutoBundle requires that you enable one of the persistence layers in your application configuration. ' .
6565
'See the documentation for more information'
6666
);
6767
}

0 commit comments

Comments
 (0)