Skip to content

Commit 7593b78

Browse files
authored
Merge pull request rails#54235 from msducheminjr/fix-routing-guide-typo-4-8
Fix typo in routing guide [ci skip]
2 parents e7c0592 + ebd48b8 commit 7593b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ In this case, Rails will create all of the normal routes except the route for `d
12921292
TIP: If your application has many RESTful routes, using `:only` and `:except` to
12931293
generate only the routes that you actually need can cut down on memory use and
12941294
speed up the routing process by eliminating [unused
1295-
routed](#listing-unused-routes).
1295+
routes](#listing-unused-routes).
12961296

12971297
### Translated Paths
12981298

0 commit comments

Comments
 (0)