diff options
author | Jonathan Chen <dijonkitchen@users.noreply.github.com> | 2017-02-09 06:50:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 06:50:00 -0500 |
commit | 58b4448678f8017ad0def8e2f279c8ab88d14d1c (patch) | |
tree | aaec661282b65b26ab7cbcceb41b374e363f0ab0 | |
parent | ae39b1a03d0a859be9d5342592c8936f89fcbacf (diff) | |
download | rails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.tar.gz rails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.tar.bz2 rails-58b4448678f8017ad0def8e2f279c8ab88d14d1c.zip |
Fix wording
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
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 |