Skip to content

Commit bb6a952

Browse files
authored
Update valid-phone-number.md
1 parent da889e7 commit bb6a952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/1.x/valid-phone-number.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## ValidPhoneNumber
22

3-
If you want to validation phone number, you can use `ValidPhoneNumber` rule:
3+
If you want to validate the phone number, you can use the `ValidPhoneNumber` rule:
44

55
```php
66
use Milwad\LaravelValidate\Rules\ValidPhoneNumber;
@@ -10,7 +10,7 @@ return [
1010
];
1111
```
1212

13-
Also `ValidPhoneNumber` have ability to validation phone number with specific country code:
13+
Also `ValidPhoneNumber` have the ability to validate phone number with specific country code:
1414

1515
```php
1616
use Milwad\LaravelValidate\Rules\ValidPhoneNumber;
@@ -22,7 +22,7 @@ return [
2222
```
2323

2424
> **Note**
25-
> If you want to know which country's codes are supported by `ValidPhoneNumbers` Rule, you can search your country on this [Countries Phone Number](#support-countries) lists.
25+
> If you want to know which country's codes are supported by the `ValidPhoneNumbers` Rule, you can search your country on this [Countries Phone Number](#support-countries) list.
2626
2727
<a name="support-countries"></a>
2828
## Support Countries Phone Number

0 commit comments

Comments
 (0)