We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a05bcaa + 4240bbb commit 09455f7Copy full SHA for 09455f7
README.md
@@ -66,7 +66,7 @@ The match method of the DynamicRouter does the following steps
66
* If the defaults do not contain the field _controller, loop through the
67
ControllerMapperInterface list to find the controller. If none of the
68
mapper finds a controller, throw a ResourceNotFoundException
69
-* If the route implements RouteObjectInterace and returns a non-null content,
+* If the route implements RouteObjectInterface and returns a non-null content,
70
set it in the returned array with key ``_content``.
71
72
0 commit comments