Skip to content

Commit c6c56bb

Browse files
authored
Update routing.md
Added a missing 'be'.
1 parent 6b5c91d commit c6c56bb

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
@@ -731,7 +731,7 @@ NOTE: You cannot override defaults via query parameters - this is for security r
731731

732732
### Naming Routes
733733

734-
You can specify a name that will used by the `_path` and `_url` helpers for any route using the `:as` option:
734+
You can specify a name that will be used by the `_path` and `_url` helpers for any route using the `:as` option:
735735

736736
```ruby
737737
get "exit", to: "sessions#destroy", as: :logout

0 commit comments

Comments
 (0)