Skip to content

Commit d43b20e

Browse files
committed
Fix typo in Rails routing guide
1 parent 5996c14 commit d43b20e

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
@@ -228,7 +228,7 @@ namespace :admin do
228228
end
229229
```
230230

231-
This will create a number of routes for each of the `articles` and `comments` controller. For `Admin::ArticlesController`, Rails will create:
231+
For `Admin::ArticlesController`, Rails will create the following routes:
232232

233233
| HTTP Verb | Path | Controller#Action | Named Route Helper |
234234
| --------- | ------------------------ | ---------------------- | ---------------------------- |

0 commit comments

Comments
 (0)