aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_1_release_notes.md
diff options
context:
space:
mode:
authormanish-shrivastava <er.manishshrivastava@gmail.com>2015-06-01 21:16:30 +0530
committermanish-shrivastava <er.manishshrivastava@gmail.com>2015-06-01 21:16:30 +0530
commit8145880541abf5a2454a161a80927791dec99d0b (patch)
tree9dfaa22ca0f56e4298e5246696552d11389e8a08 /guides/source/3_1_release_notes.md
parentbdfc662a1195d13e3ef78cc8e79df8a8a2e3ca97 (diff)
downloadrails-8145880541abf5a2454a161a80927791dec99d0b.tar.gz
rails-8145880541abf5a2454a161a80927791dec99d0b.tar.bz2
rails-8145880541abf5a2454a161a80927791dec99d0b.zip
Fixed typos in guide
Diffstat (limited to 'guides/source/3_1_release_notes.md')
-rw-r--r--guides/source/3_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_1_release_notes.md b/guides/source/3_1_release_notes.md
index 537aa5a371..d753346fa3 100644
--- a/guides/source/3_1_release_notes.md
+++ b/guides/source/3_1_release_notes.md
@@ -199,7 +199,7 @@ Railties
* jQuery is the new default JavaScript library.
-* jQuery and Prototype are no longer vendored and is provided from now on by the jquery-rails and prototype-rails gems.
+* jQuery and Prototype are no longer vendored and is provided from now on by the `jquery-rails` and `prototype-rails` gems.
* The application generator accepts an option `-j` which can be 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". Currently only "prototype-rails" and "jquery-rails" exist and provide those files via the asset pipeline.