aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-12-05 23:05:09 -0800
committerArun Agrawal <arunagw@gmail.com>2013-12-05 23:05:09 -0800
commit10e0e5125bcd31e98581e20fec99c395cd6b591c (patch)
treec13d35df5b4b888188606d2e662fe0282365e0c5
parentc69ea799944ccb2bfafbceae0c5311431133b9c0 (diff)
parent71a7b1f1d4364870905746685d76bbaa3072deb9 (diff)
downloadrails-10e0e5125bcd31e98581e20fec99c395cd6b591c.tar.gz
rails-10e0e5125bcd31e98581e20fec99c395cd6b591c.tar.bz2
rails-10e0e5125bcd31e98581e20fec99c395cd6b591c.zip
Merge pull request #13211 from psahni/master
capitalize words starting after numbered list to maintain consistency [c...
-rw-r--r--guides/source/upgrading_ruby_on_rails.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 596682bb1f..de06ab291f 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -31,9 +31,9 @@ NOTE: This section is a work in progress.
If you want to use Spring as your application preloader you need to:
-1. add `gem 'spring', group: :development` to your `Gemfile`.
-2. install spring using `bundle install`.
-3. springify your binstubs with `bundle exec spring binstub --all`.
+1. Add `gem 'spring', group: :development` to your `Gemfile`.
+2. Install spring using `bundle install`.
+3. Springify your binstubs with `bundle exec spring binstub --all`.
NOTE: User defined rake tasks will run in the `development` environment by
default. If you want them to run in other environments consult the