Skip to content

Commit 6f0e89a

Browse files
Merge pull request #1164 from wilsenhc/readme-fix
Fix typo in README
2 parents 54bd060 + 832f9ae commit 6f0e89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Or can be ignored by setting the `ignored_models` config
206206

207207
#### Magic `where*` methods
208208

209-
Eloquent allows calling `where<Attribute>` on your modes, e.g. `Post::whereTitle(…)` and automatically translates this to e.g. `Post::where('title', '=', '…')`.
209+
Eloquent allows calling `where<Attribute>` on your models, e.g. `Post::whereTitle(…)` and automatically translates this to e.g. `Post::where('title', '=', '…')`.
210210

211211
If for some reason it's undesired to have them generated (one for each column), you can disable this via config `write_model_magic_where` and setting it to `false`.
212212

0 commit comments

Comments
 (0)