aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrashant Sahni <prashant.sahni5@gmail.com>2013-12-06 11:47:22 +0530
committerPrashant Sahni <prashant.sahni5@gmail.com>2013-12-06 11:47:22 +0530
commit71a7b1f1d4364870905746685d76bbaa3072deb9 (patch)
treec13d35df5b4b888188606d2e662fe0282365e0c5 /guides
parentc69ea799944ccb2bfafbceae0c5311431133b9c0 (diff)
downloadrails-71a7b1f1d4364870905746685d76bbaa3072deb9.tar.gz
rails-71a7b1f1d4364870905746685d76bbaa3072deb9.tar.bz2
rails-71a7b1f1d4364870905746685d76bbaa3072deb9.zip
capitalize words starting after numbered list to maintain consistency [ci skip]
Diffstat (limited to 'guides')
-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