Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9d884e9

Browse files
Merge branch '12.x-validation-typos' into 12.x
2 parents 2e7e42a + 1364f60 commit 9d884e9

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
@@ -1178,7 +1178,7 @@ use Illuminate\Validation\Rule;
11781178
],
11791179
```
11801180

1181-
The `afterToday` and `todayOrAfter` methods may be used to fluently express the date must be after today or or today or after, respectively:
1181+
The `afterToday` and `todayOrAfter` methods may be used to fluently express the date and must be after today, or today or after, respectively:
11821182

11831183
```php
11841184
'start_date' => [
@@ -1312,7 +1312,7 @@ use Illuminate\Validation\Rule;
13121312
],
13131313
```
13141314

1315-
The `beforeToday` and `todayOrBefore` methods may be used to fluently express the date must be before today or or today or before, respectively:
1315+
The `beforeToday` and `todayOrBefore` methods may be used to fluently express the date and must be before today, or today or before, respectively:
13161316

13171317
```php
13181318
'start_date' => [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /