Skip to content

Commit 09455f7

Browse files
committed
Merge pull request symfony#9 from johnnypeck/patch-1
Spelling of interface in readme.
2 parents a05bcaa + 4240bbb commit 09455f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The match method of the DynamicRouter does the following steps
6666
* If the defaults do not contain the field _controller, loop through the
6767
ControllerMapperInterface list to find the controller. If none of the
6868
mapper finds a controller, throw a ResourceNotFoundException
69-
* If the route implements RouteObjectInterace and returns a non-null content,
69+
* If the route implements RouteObjectInterface and returns a non-null content,
7070
set it in the returned array with key ``_content``.
7171

7272

0 commit comments

Comments
 (0)