Skip to content

Commit dd70f06

Browse files
authored
FIX typo in formatters/miscellaneous.md (#48)
1 parent 59fc627 commit dd70f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formatters/miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ echo $faker->languageCode();
8888

8989
## `currencyCode`
9090

91-
Generate a random [current code](https://en.wikipedia.org/wiki/ISO_4217) `string`.
91+
Generate a random [currency code](https://en.wikipedia.org/wiki/ISO_4217) `string`.
9292

9393
```php
9494
echo $faker->currencyCode();

0 commit comments

Comments
 (0)