mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
minor grammatical fix in documentation
This commit is contained in:
parent
3adb05565c
commit
1cef759e1e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Convention over Configuration in Active Record
|
|||
When writing applications using other programming languages or frameworks, it
|
||||
may be necessary to write a lot of configuration code. This is particularly true
|
||||
for ORM frameworks in general. However, if you follow the conventions adopted by
|
||||
Rails, you'll need to write very little configuration (in some case no
|
||||
Rails, you'll need to write very little configuration (in some cases 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
|
||||
|
|
Loading…
Reference in a new issue