We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c589443 commit 78ba6edCopy full SHA for 78ba6ed
validation.md
@@ -1427,7 +1427,7 @@ A _ratio_ constraint should be represented as width divided by height. This can
1427
'avatar' => 'dimensions:ratio=3/2'
1428
```
1429
1430
-Since this rule requires several arguments, it is often more convenient to use use the `Rule::dimensions` method to fluently construct the rule:
+Since this rule requires several arguments, it is often more convenient to use the `Rule::dimensions` method to fluently construct the rule:
1431
1432
```php
1433
use Illuminate\Support\Facades\Validator;
0 commit comments