aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-12 22:57:13 +0200
committerXavier Noria <fxn@hashref.com>2010-10-12 22:57:13 +0200
commit2561c6ae6475885b36b767d319f432c10bd6d0a6 (patch)
treef4f7ccbf852d52128fe98256263dd33a0355c252 /railties/CHANGELOG
parent25a2909355891fc3cbe3f5036191131e9d301580 (diff)
downloadrails-2561c6ae6475885b36b767d319f432c10bd6d0a6.tar.gz
rails-2561c6ae6475885b36b767d319f432c10bd6d0a6.tar.bz2
rails-2561c6ae6475885b36b767d319f432c10bd6d0a6.zip
fixes spelling of jQuery and Prototype
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 358a7694b9..5dd3a5108c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.1.0 (unreleased)*
-* Added -j parameter with jquery/prototype as options. Now you can create your apps with jquery using `rails new myapp -j jquery`. The default is still prototype. [siong1987]
+* Added -j parameter with jquery/prototype as options. Now you can create your apps with jQuery using `rails new myapp -j jquery`. The default is still Prototype. [siong1987]
* Added Rack::Etag and Rack::ConditionalGet to the default middleware stack [José Valim]