Skip to content

Commit ef437a7

Browse files
committed
minor #22170 Fix a typo in a routing example (laurentbardin)
This PR was merged into the 7.4 branch. Discussion ---------- Fix a typo in a routing example Fix a small typo in a YAML example of the routing documentation. Based off of `7.4` because that's where it was introduced (i.e. prior branches don't have that typo). Commits ------- 2587abc Fix a typo in a routing example
2 parents 81338b5 + 2587abc commit ef437a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ when importing the routes.
17691769
17701770
# config/routes.yaml
17711771
controllers:
1772-
resource: routing.controllerss
1772+
resource: routing.controllers
17731773
# this is added to the beginning of all imported route URLs
17741774
prefix: '/blog'
17751775
# this is added to the beginning of all imported route names

0 commit comments

Comments
 (0)