You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1.x/valid-phone-number.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## ValidPhoneNumber
2
2
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:
4
4
5
5
```php
6
6
use Milwad\LaravelValidate\Rules\ValidPhoneNumber;
@@ -10,7 +10,7 @@ return [
10
10
];
11
11
```
12
12
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:
14
14
15
15
```php
16
16
use Milwad\LaravelValidate\Rules\ValidPhoneNumber;
@@ -22,7 +22,7 @@ return [
22
22
```
23
23
24
24
> **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.
0 commit comments