aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-04 06:20:59 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-04 06:20:59 -0600
commit5b97ca95c56d6720790f11e441bab8e6f4cac2c5 (patch)
tree4421073843a2556aec3697fab0b3cab0eebdff82
parente025f94cbe87ad66b8dcef40facccc2a7ad15411 (diff)
downloadrails-5b97ca95c56d6720790f11e441bab8e6f4cac2c5.tar.gz
rails-5b97ca95c56d6720790f11e441bab8e6f4cac2c5.tar.bz2
rails-5b97ca95c56d6720790f11e441bab8e6f4cac2c5.zip
Fix a typo in 2.2 release notes (http://rails.lighthouseapp.com/projects/8994/tickets/1324)
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html2
-rw-r--r--railties/doc/guides/source/2_2_release_notes.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html
index c68f10ad5a..931786ef6c 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -407,7 +407,7 @@ More information :
</li>
</ul></div>
<div class="para"><p>All told, the Guides provide tens of thousands of words of guidance for beginning and intermediate Rails developers.</p></div>
-<div class="para"><p>If you want to these generate guides locally, inside your application:</p></div>
+<div class="para"><p>If you want to generate these guides locally, inside your application:</p></div>
<div class="listingblock">
<div class="content"><!-- Generator: GNU source-highlight 2.9
by Lorenzo Bettini
diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt
index 2e9e9b8aa1..715648b95e 100644
--- a/railties/doc/guides/source/2_2_release_notes.txt
+++ b/railties/doc/guides/source/2_2_release_notes.txt
@@ -44,7 +44,7 @@ The internal documentation of Rails, in the form of code comments, has been impr
All told, the Guides provide tens of thousands of words of guidance for beginning and intermediate Rails developers.
-If you want to these generate guides locally, inside your application:
+If you want to generate these guides locally, inside your application:
[source, ruby]
-------------------------------------------------------