aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-04 12:10:27 +0200
committerXavier Noria <fxn@hashref.com>2011-05-04 12:10:38 +0200
commit897318f4ee894d6a10fac2734f2d64e7e8d20604 (patch)
tree2f8135ef803d26e6d5efe6f5299a77a847bee300 /railties
parent1632a3a49fb318be25d832b7efb17093bd7ef8ae (diff)
downloadrails-897318f4ee894d6a10fac2734f2d64e7e8d20604.tar.gz
rails-897318f4ee894d6a10fac2734f2d64e7e8d20604.tar.bz2
rails-897318f4ee894d6a10fac2734f2d64e7e8d20604.zip
fixes typo in railties/CHANGELOG (spotted by Vijay Dev)
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 140e74c162..0def5bcf6c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -3,7 +3,7 @@
* The -j option of the application generator accepts an arbitrary string. If passed "foo",
the gem "foo-rails" is added to the Gemfile, and the application JavaScript manifest
requires "foo" and "foo_ujs". As of this writing "prototype-rails" and "jquery-rails"
-exist and provide those files via de asset pipeline. Default is "jquery". [fxn]
+exist and provide those files via the asset pipeline. Default is "jquery". [fxn]
* jQuery is no longer vendored, it is provided from now on by the jquery-rails gem. [fxn]