Skip to content

Commit f045b16

Browse files
committed
Merge pull request laravel#2173 from rebekahheacock/patch-1
fix typo in routing.md
2 parents 177ee97 + e2ad582 commit f045b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Laravel route model binding provides a convenient way to inject model instances
285285

286286
### Implicit Binding
287287

288-
Laravel will automatically resolve type-hinted Eloquent model's defined in routes or controller actions whose variable names match a route segment name. For example:
288+
Laravel will automatically resolve type-hinted Eloquent models defined in routes or controller actions whose variable names match a route segment name. For example:
289289

290290
Route::get('api/users/{user}', function (App\User $user) {
291291
return $user->email;

0 commit comments

Comments
 (0)