1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixes typo in railties/CHANGELOG (spotted by Vijay Dev)

This commit is contained in:
Xavier Noria 2011-05-04 12:10:27 +02:00
parent 1632a3a49f
commit 897318f4ee

View file

@ -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]