aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-10-07 21:40:25 +0100
committerAbdelkader Boudih <terminale@gmail.com>2014-10-07 21:40:25 +0100
commit01aefa5b328ad0107160112fa64dec35dcb70e32 (patch)
treeb71f7fd1e714c6cdc290c15c6da33e3a6061a052
parentc214dd79cf215a67601b19c06a163346ad917608 (diff)
parent8e79abbe63a4b3b64682037d680be3274f030b88 (diff)
downloadrails-01aefa5b328ad0107160112fa64dec35dcb70e32.tar.gz
rails-01aefa5b328ad0107160112fa64dec35dcb70e32.tar.bz2
rails-01aefa5b328ad0107160112fa64dec35dcb70e32.zip
Merge pull request #17201 from djpowers/patch-1
Fix grammar [ci skip]
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 7267ef1b4f..7cc176cdcc 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -28,7 +28,7 @@ TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterp
Rails provides the `rails:update` rake task. After updating the Rails version
in the Gemfile, run this rake task.
-This will help you with the creation of new files and changes of old files in a
+This will help you with the creation of new files and changes of old files in an
interactive session.
```bash