aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorJonathan Chen <dijonkitchen@users.noreply.github.com>2017-02-09 06:50:00 -0500
committerGitHub <noreply@github.com>2017-02-09 06:50:00 -0500
commit58b4448678f8017ad0def8e2f279c8ab88d14d1c (patch)
treeaaec661282b65b26ab7cbcceb41b374e363f0ab0 /guides/source/upgrading_ruby_on_rails.md
parentae39b1a03d0a859be9d5342592c8936f89fcbacf (diff)
downloadrails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.tar.gz
rails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.tar.bz2
rails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.zip
Fix wording
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-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 8a3b3b84b4..a9ec34098a 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -703,7 +703,7 @@ There are a few major changes related to JSON handling in Rails 4.1.
MultiJSON has reached its [end-of-life](https://github.com/rails/rails/pull/10576)
and has been removed from Rails.
-If your application currently depend on MultiJSON directly, you have a few options:
+If your application currently depends on MultiJSON directly, you have a few options:
1. Add 'multi_json' to your Gemfile. Note that this might cease to work in the future