Skip to content

Commit ebd48b8

Browse files
committed
Fix typo in routing guide
Update the tip in section 4.8 of the routing guide (Restricting the Routes Created)to read "unused routes" instead of "unused routed" in the link text.
1 parent e7c0592 commit ebd48b8

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)