aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Worth <jakeworth82@gmail.com>2014-10-03 14:28:41 -0500
committerJake Worth <jakeworth82@gmail.com>2014-10-03 14:28:41 -0500
commitd7175887b429ed259f2581fbd317a5b0c14a23f9 (patch)
tree5273c131e5779c415260c15850c2dcfef7e2e8d8
parent9596f122d60208f781c8d0c342545a46477d2ecd (diff)
downloadrails-d7175887b429ed259f2581fbd317a5b0c14a23f9.tar.gz
rails-d7175887b429ed259f2581fbd317a5b0c14a23f9.tar.bz2
rails-d7175887b429ed259f2581fbd317a5b0c14a23f9.zip
Fix typo
-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