Skip to content

Commit

Permalink
Merge pull request #4 from akazorg/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nticaric committed Dec 23, 2017
2 parents 1c9dc93 + 6f1e9d5 commit 25081d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Did you mean functionality with Laravel Scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ consume.

Ok, now we can do a basic search for a city:

`App\City::serach('Berlin')->get()`
`App\City::search('Berlin')->get()`

Although this works fine, it's still not able to fetch a city if you make a typo.
Let's take care of this.
Expand Down

0 comments on commit 25081d4

Please sign in to comment.