diff --git a/eloquent.md b/eloquent.md index db382a62da3..d31c713b55b 100644 --- a/eloquent.md +++ b/eloquent.md @@ -359,7 +359,7 @@ Scopes allow you to easily re-use query logic in your models. To define a scope, #### Dynamic Scopes -Sometimes You may wish to define a scope that accepts parameters. Just add your parameters to your scope function: +Sometimes you may wish to define a scope that accepts parameters. Just add your parameters to your scope function: class User extends Eloquent {