From efcb177130b6097cd6d61a92e455f0e39c91b601 Mon Sep 17 00:00:00 2001 From: Sidd Sridharan Date: Fri, 9 Jan 2015 13:20:34 -0800 Subject: [PATCH] Fixed typo in eloquent.md --- eloquent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {