Skip to content

Commit ba31426

Browse files
committed
Fixed typo
1 parent 9c155d5 commit ba31426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if they are empty. You can do so by using the [default](tutorial-core-validators
214214
```
215215

216216
By default, an input is considered empty if its value is an empty string, an empty array or a null.
217-
You may customize the default empty detection logic by configuring the the [[yii\validators\Validator::isEmpty]] property
217+
You may customize the default empty detection logic by configuring the [[yii\validators\Validator::isEmpty]] property
218218
with a PHP callable. For example,
219219

220220
```php

0 commit comments

Comments
 (0)