Skip to content

Commit b3d2a54

Browse files
authored
Fix typo in date & time docs (#51)
1 parent dd70f06 commit b3d2a54

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
@@ -178,7 +178,7 @@ An optional second parameter can be supplied, with the timezone.
178178
```php
179179
echo $faker->dateTimeThisMonth();
180180

181-
// a date somewhere in this months
181+
// a date somewhere in this month
182182

183183
echo $faker->dateTimeThisMonth('+12 days');
184184

0 commit comments

Comments
 (0)