aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJames Miller <james@jkmillertech.com>2009-02-06 07:57:34 -0800
committerJames Miller <james@jkmillertech.com>2009-02-06 07:57:34 -0800
commitbf43166b925d0a39a1fed2a8b5ceb6443ed8c75e (patch)
treef12c16de522410d19fc2990e14fc6b71eb981b56 /railties
parenta44f613c5f32ec5da174198dd841f122efe64f95 (diff)
downloadrails-bf43166b925d0a39a1fed2a8b5ceb6443ed8c75e.tar.gz
rails-bf43166b925d0a39a1fed2a8b5ceb6443ed8c75e.tar.bz2
rails-bf43166b925d0a39a1fed2a8b5ceb6443ed8c75e.zip
Fix spelling error in association basics guide
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/association_basics.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile
index 43e81123e9..0ce62e1114 100644
--- a/railties/guides/source/association_basics.textile
+++ b/railties/guides/source/association_basics.textile
@@ -514,7 +514,7 @@ The +belongs_to+ association creates a one-to-one match with another model. In d
h5. Methods Added by belongs_to
-When you declare a +belongs_to+ assocation, the declaring class automatically gains five methods related to the association:
+When you declare a +belongs_to+ association, the declaring class automatically gains five methods related to the association:
* <tt><em>association</em>(force_reload = false)</tt>
* <tt><em>association</em>=(associate)</tt>