Skip to content

Commit 15c0150

Browse files
authored
Fixed typo with timezone (#42)
There was a typo with timezone. It was century() instead of timezone().
1 parent 79cc605 commit 15c0150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/date-and-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ echo $faker->century();
290290
Generate a random timezone name.
291291

292292
```php
293-
echo $faker->century();
293+
echo $faker->timezone();
294294

295295
// 'Europe/Amsterdam', 'America/Montreal'
296296
```

0 commit comments

Comments
 (0)