aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-09-06 10:57:55 +0200
committerXavier Noria <fxn@hashref.com>2015-09-06 10:57:55 +0200
commitbc1f0c2e36ee705023dcbd513d99f834f8262ea3 (patch)
tree1df1ac4d57834b216afd5ce7fed0421414de2842 /guides/source
parentf443ae670de9ce9bcb8c00adde08405d2cfd70db (diff)
parent953a83e9185cf7c4aef457d2e9d50d9c9aea0182 (diff)
downloadrails-bc1f0c2e36ee705023dcbd513d99f834f8262ea3.tar.gz
rails-bc1f0c2e36ee705023dcbd513d99f834f8262ea3.tar.bz2
rails-bc1f0c2e36ee705023dcbd513d99f834f8262ea3.zip
Merge pull request #21514 from ronakjangir47/remove_extra_the
Removed Extra ‘the’ [ci skip]
Diffstat (limited to 'guides/source')
-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