aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/2_2_release_notes.txt
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-09 06:45:34 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-09 06:45:34 -0600
commit119a6397f5edb5732c0dfcb2eb750649065004bd (patch)
tree0ba5a3aa0bace250eecb1f64a1344576d516676a /railties/doc/guides/source/2_2_release_notes.txt
parent759ace7e87eb7b3cf6614b85db96913813d71a39 (diff)
downloadrails-119a6397f5edb5732c0dfcb2eb750649065004bd.tar.gz
rails-119a6397f5edb5732c0dfcb2eb750649065004bd.tar.bz2
rails-119a6397f5edb5732c0dfcb2eb750649065004bd.zip
Fix major gaffe about shallow routes in routing guide & release notes, regen guides html
Diffstat (limited to 'railties/doc/guides/source/2_2_release_notes.txt')
-rw-r--r--railties/doc/guides/source/2_2_release_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt
index 715648b95e..ff285b85cd 100644
--- a/railties/doc/guides/source/2_2_release_notes.txt
+++ b/railties/doc/guides/source/2_2_release_notes.txt
@@ -212,7 +212,7 @@ On the controller side, there are a couple of changes that will help tidy up you
=== Shallow Route Nesting
-Shallow route nesting provides a solution to the well-known difficulty of using deeply-nested resources. With shallow nesting, you need only supply enough information to uniquely identify the resource that you want to work with - but you _can_ supply more information.
+Shallow route nesting provides a solution to the well-known difficulty of using deeply-nested resources. With shallow nesting, you need only supply enough information to uniquely identify the resource that you want to work with.
[source, ruby]
-------------------------------------------------------