Skip to content

Commit 582b7a4

Browse files
committed
Merge pull request Zizaco#443 from codermarcel/master
#Fix typo
2 parents 3b41a8e + 4f0dd9e commit 582b7a4

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
@@ -497,7 +497,7 @@ SQLSTATE[HY000]: General error: 1005 Can't create table 'laravelbootstrapstarter
497497
```
498498

499499
Then it's likely that the `id` column in your user table does not match the `user_id` column in `role_user`.
500-
Match sure both are `INT(10)`.
500+
Make sure both are `INT(10)`.
501501

502502
When trying to use the EntrustUserTrait methods, you encounter the error which looks like
503503

0 commit comments

Comments
 (0)