Skip to content

Commit b13d2e4

Browse files
fix the syntax of lowercase and uppercase rules (#8377)
1 parent 827bc33 commit b13d2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ The field under validation must be less than the given _field_. The two fields m
13181318
The field under validation must be less than or equal to the given _field_. The two fields must be of the same type. Strings, numerics, arrays, and files are evaluated using the same conventions as the [`size`](#rule-size) rule.
13191319

13201320
<a name="rule-lowercase"></a>
1321-
#### lowercase:_field_
1321+
#### lowercase
13221322

13231323
The field under validation must be lowercase.
13241324

@@ -1626,7 +1626,7 @@ You may specify additional query conditions by customizing the query using the `
16261626
'email' => Rule::unique('users')->where(fn ($query) => $query->where('account_id', 1))
16271627

16281628
<a name="rule-uppercase"></a>
1629-
#### uppercase:_field_
1629+
#### uppercase
16301630

16311631
The field under validation must be uppercase.
16321632

0 commit comments

Comments
 (0)