From d7175887b429ed259f2581fbd317a5b0c14a23f9 Mon Sep 17 00:00:00 2001 From: Jake Worth Date: Fri, 3 Oct 2014 14:28:41 -0500 Subject: [PATCH] Fix typo --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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