diff options
| -rw-r--r-- | guides/source/routing.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/guides/source/routing.md b/guides/source/routing.md index a689e131ff..b5defc9d20 100644 --- a/guides/source/routing.md +++ b/guides/source/routing.md @@ -229,7 +229,7 @@ or, for a single case:  resources :articles, path: '/admin/articles'  ``` -In each of these cases, the named routes remain the same as if you did not use `scope`. In the last case, the following paths map to `PostsController`: +In each of these cases, the named routes remain the same as if you did not use `scope`. In the last case, the following paths map to `ArticlesController`:  | HTTP Verb | Path                     | Controller#Action    | Named Helper           |  | --------- | ------------------------ | -------------------- | ---------------------- | | 
