aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-10-03 21:40:57 +0200
committerXavier Noria <fxn@hashref.com>2014-10-03 21:40:57 +0200
commit1609ec9879d0011f31f0ae90cf3b2bc8b1833390 (patch)
tree5273c131e5779c415260c15850c2dcfef7e2e8d8 /guides/source
parent9596f122d60208f781c8d0c342545a46477d2ecd (diff)
parentd7175887b429ed259f2581fbd317a5b0c14a23f9 (diff)
downloadrails-1609ec9879d0011f31f0ae90cf3b2bc8b1833390.tar.gz
rails-1609ec9879d0011f31f0ae90cf3b2bc8b1833390.tar.bz2
rails-1609ec9879d0011f31f0ae90cf3b2bc8b1833390.zip
Merge pull request #17168 from jwworth/task/fix_typo
Fix typo [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/4_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index bace0b4c6c..a598c7c319 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -79,7 +79,7 @@ post.comments(true) # uses cached pattern
The caching is not used in the following scenarios:
- The model has a default scope
-- The model uses single table inheritence to inherit from another model
+- The model uses single table inheritance to inherit from another model
- `find` with a list of ids. eg:
```ruby