aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 18:02:11 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-25 18:02:11 -0800
commit987daa7e783b75ad0a3222ce7faebc1dbd8ad517 (patch)
tree46c1b1096724a0a097535b2008d96adb2b40fddb /guides/source/upgrading_ruby_on_rails.md
parent202041e762a98cb433c3a24a0b03308d4e05a99d (diff)
parent212153ca4786daca1ca6a14ce2e4e08a76f77ddc (diff)
downloadrails-987daa7e783b75ad0a3222ce7faebc1dbd8ad517.tar.gz
rails-987daa7e783b75ad0a3222ce7faebc1dbd8ad517.tar.bz2
rails-987daa7e783b75ad0a3222ce7faebc1dbd8ad517.zip
Merge pull request #9425 from dickeyxxx/patch-1
small typo on upgrade guide
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 915a008a92..f5d7f1bfe2 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -49,7 +49,7 @@ Rails 4.0 no longer supports loading plugins from `vendor/plugins`. You must rep
### Active Resource
-Rails 4.0 extracted Active Resource to its our gem. If you still need the feature you can add the [Active Resource gem](https://github.com/rails/activeresource) in your Gemfile.
+Rails 4.0 extracted Active Resource to its own gem. If you still need the feature you can add the [Active Resource gem](https://github.com/rails/activeresource) in your Gemfile.
### Active Model