Commit 807ed8f
committed
bug #6883 [Routing] Fix a route path in a routing example (thomasbisignani)
This PR was merged into the 2.7 branch.
Discussion
----------
[Routing] Fix a route path in a routing example
Hello,
I found a little issue in the Routing documentation, like this example, the route path is not correct, the **blog_list** route will match when the user goes to **/blog**.
This PR fixes the issue.

Commits
-------
fc25add [Routing] Fix a route path in a routing example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments