aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorRonak Jangir <ronakjangir47@gmail.com>2015-09-06 14:16:58 +0530
committerRonak Jangir <ronakjangir47@gmail.com>2015-09-06 14:20:06 +0530
commit953a83e9185cf7c4aef457d2e9d50d9c9aea0182 (patch)
tree47ccc46f9fff8334c7a53442893647f3a8144b98 /guides/source/upgrading_ruby_on_rails.md
parentf2400de8013c4d9798e7f69c44b1c987e719a5a4 (diff)
downloadrails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.gz
rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.bz2
rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.zip
Removed Extra ‘the’ [ci skip]
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 743241d7a0..30c0fcb294 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -895,7 +895,7 @@ CatalogProduct < ActiveRecord::Base
end
```
-* Note that the the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly.
+* Note that the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly.
### Active Resource