Skip to content

Commit fc31cc3

Browse files
authored
Update valid-strong-password.md
1 parent ddd89f2 commit fc31cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.x/valid-strong-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ValidStrongPassword
22

3-
If you are using the `ValidStrongPassword` rule, the password must be contain a capital word, a small letter, numbers, and a special character like (!@#$%^&*):
3+
If you are using the `ValidStrongPassword` rule, the password must contain a capital word, a small letter, numbers, and a special character like (!@#$%^&*):
44

55
```php
66
use Milwad\LaravelValidate\Rules\ValidStrongPassword;

0 commit comments

Comments
 (0)