Skip to content

Commit

Permalink
README small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Jun 21, 2023
1 parent ea88ba5 commit 6f3b277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ php artisan vendor:publish --tag="schema-rules-config"

## ToC

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

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

### Generate rules for the whole table
### Generate rules for a whole table

Now if you run:

Expand Down

0 comments on commit 6f3b277

Please sign in to comment.