From 38127d88e99db8022a9448ed403b9a50cef55d23 Mon Sep 17 00:00:00 2001 From: Rajarshi Das Date: Thu, 6 Jun 2013 17:59:01 +0530 Subject: [PATCH] correction standr => standard of commits @0435d0e --- guides/source/active_record_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index 42bb63700c..1f25c6ae95 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -64,7 +64,7 @@ Rails, you'll need to write very little configuration (in some case no configuration at all) when creating Active Record models. The idea is that if you configure your applications in the very same way most of the time then this should be the default way. Thus, explicit configuration would be needed -only in those cases where you can't follow the standar convention. +only in those cases where you can't follow the standard convention. ### Naming Conventions