Skip to content

Commit f117e24

Browse files
Update README.md
1 parent 8c33c3b commit f117e24

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
@@ -10,7 +10,7 @@ Generate a CRUD scaffold like a breeze.
1010
It works based on your `$fillable` property of the target model.
1111

1212
If you would like to use `$guarded` instead of `$fillable`, It is supported too.
13-
In that case you'll need to have an existing `Schema` (table), Then the crud generator will autimatically figures out your fillables.
13+
In that case you'll need to have an existing `Schema` (table), Then the crud generator will automatically figures out your fillables.
1414

1515
As an example when `$fillable` is available:
1616

0 commit comments

Comments
 (0)