aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajarshi Das <rajarshid@cybage.com>2013-06-06 17:59:01 +0530
committerRajarshi Das <rajarshid@cybage.com>2013-06-06 17:59:01 +0530
commit38127d88e99db8022a9448ed403b9a50cef55d23 (patch)
treee934ab8d0083fe954d64594db95a97e70a3dcad8
parent0435d0ebcc7a31d19b9b7b8eb3c5b8afd22212a1 (diff)
downloadrails-38127d88e99db8022a9448ed403b9a50cef55d23.tar.gz
rails-38127d88e99db8022a9448ed403b9a50cef55d23.tar.bz2
rails-38127d88e99db8022a9448ed403b9a50cef55d23.zip
correction standr => standard of commits @0435d0e
-rw-r--r--guides/source/active_record_basics.md2
1 files changed, 1 insertions, 1 deletions
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