Skip to content

Commit 6f3b277

Browse files
committed
README small typo
1 parent ea88ba5 commit 6f3b277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ php artisan vendor:publish --tag="schema-rules-config"
2525

2626
## ToC
2727

28-
- [`Generate rules for the whole table`](#generate-rules-for-the-whole-table)
28+
- [`Generate rules for a whole table`](#generate-rules-for-a-whole-table)
2929
- [`Generate rules for specific columns`](#generate-rules-for-specific-columns)
3030
- [`Generate Form Request Class`](#generate-form-request-class)
3131

@@ -52,7 +52,7 @@ Schema::create('persons', function (Blueprint $table) {
5252
});
5353
````
5454

55-
### Generate rules for the whole table
55+
### Generate rules for a whole table
5656

5757
Now if you run:
5858

0 commit comments

Comments
 (0)