Skip to content

Commit efcb177

Browse files
committed
Fixed typo in eloquent.md
1 parent e18889e commit efcb177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Scopes allow you to easily re-use query logic in your models. To define a scope,
359359

360360
#### Dynamic Scopes
361361

362-
Sometimes You may wish to define a scope that accepts parameters. Just add your parameters to your scope function:
362+
Sometimes you may wish to define a scope that accepts parameters. Just add your parameters to your scope function:
363363

364364
class User extends Eloquent {
365365

0 commit comments

Comments
 (0)