aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorJeff Dickey <jeff@dickey.xxx>2013-02-25 17:57:42 -0800
committerJeff Dickey <jeff@dickey.xxx>2013-02-25 17:57:42 -0800
commit212153ca4786daca1ca6a14ce2e4e08a76f77ddc (patch)
tree46c1b1096724a0a097535b2008d96adb2b40fddb /guides/source/upgrading_ruby_on_rails.md
parent202041e762a98cb433c3a24a0b03308d4e05a99d (diff)
downloadrails-212153ca4786daca1ca6a14ce2e4e08a76f77ddc.tar.gz
rails-212153ca4786daca1ca6a14ce2e4e08a76f77ddc.tar.bz2
rails-212153ca4786daca1ca6a14ce2e4e08a76f77ddc.zip
small typo
small typo fix
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