We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5c91d + c6c56bb commit 65014e2Copy full SHA for 65014e2
guides/source/routing.md
@@ -731,7 +731,7 @@ NOTE: You cannot override defaults via query parameters - this is for security r
731
732
### Naming Routes
733
734
-You can specify a name that will used by the `_path` and `_url` helpers for any route using the `:as` option:
+You can specify a name that will be used by the `_path` and `_url` helpers for any route using the `:as` option:
735
736
```ruby
737
get "exit", to: "sessions#destroy", as: :logout
0 commit comments