aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-06-28 22:17:02 -0600
committerSean Griffin <sean@thoughtbot.com>2014-06-28 22:17:02 -0600
commit539ff7d7d0271c55451501b4430e1e2345db1fdf (patch)
tree6375b306dbd8958bf792453026d051343293e48e /guides
parentb44174f8c8f3b9b8040955f981d30e64558f0044 (diff)
parent1c4f7751f21ed8eee1c1e58aeb4889306f1089c4 (diff)
downloadrails-539ff7d7d0271c55451501b4430e1e2345db1fdf.tar.gz
rails-539ff7d7d0271c55451501b4430e1e2345db1fdf.tar.bz2
rails-539ff7d7d0271c55451501b4430e1e2345db1fdf.zip
Merge pull request #15964 from JuanitoFatas/doc/patch-01
[ci skip] Fix router option reference in 4.2 release notes.
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)