Merge pull request #19872 from Ecco/master

Fix a minor grammatical issue in the doc [ci skip]
This commit is contained in:
Yves Senn 2015-04-23 15:43:20 +02:00
commit 805bfc9886
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module ActiveRecord
# Conversation.active
# Conversation.archived
#
# Of course, you can also query them directly if the scopes doesn't fit your
# Of course, you can also query them directly if the scopes don't fit your
# needs:
#
# Conversation.where(status: [:active, :archived])