Skip to content

Commit 78a34d6

Browse files
authored
Merge pull request #27 from edepauw/patch-1
Fix typo in post code method name
2 parents f363ac1 + 1c2653b commit 78a34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/3.locales/fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $faker->city(); // Lille
3333

3434
#### Post code
3535
```php
36-
$faker->postCode(); // 79295
36+
$faker->postcode(); // 79295
3737
```
3838

3939
#### House Number

0 commit comments

Comments
 (0)