aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index ef294f55d7..1bb912b678 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -88,7 +88,7 @@ for detailed changes.
### Deprecations
-* Deprecated support for setting the `to:` option of a router to a symbol or a
+* Deprecated support for setting the `:to` option of a router to a symbol or a
string that does not contain a `#` character:
get '/posts', to: MyRackApp => (No change necessary)