Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 665aa41

Browse files
committed
chore: improved documentation
1 parent d751cbe commit 665aa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03x-rules-timezone.md

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

3-
Validates that a value is valid timezone identifier.
3+
Validates that a value is a valid timezone identifier.
44

55
```php
66
Timezone(
@@ -13,7 +13,7 @@ Timezone(
1313
## Basic Usage
1414

1515
```php
16-
// All timezones
16+
// All timezone identifiers
1717
Validator::timezone()->validate('Europe/Lisbon'); // true
1818

1919
// Restrict timezone identifiers to a specific geographical zone

0 commit comments

Comments
 (0)