diff options
| author | ST-DDT <[email protected]> | 2023-10-09 14:51:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-09 12:51:45 +0000 |
| commit | 762936c01f586dfae24974407eed5a0c8527f2ac (patch) | |
| tree | 4bd9b3a2a4ec48e5faeb1380b096ce7f187e5d80 | |
| parent | fe3fb5dd3b8949d952aa8eb3830f58fc9cc4adcc (diff) | |
| download | faker-762936c01f586dfae24974407eed5a0c8527f2ac.tar.xz faker-762936c01f586dfae24974407eed5a0c8527f2ac.zip | |
docs: improve wording regarding locale selection (#2436)
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ For detailed API documentation, please select the version of the documentation y - 💌 Locations - Generate valid looking Addresses, Zip Codes, Street Names, States, and Countries! - ⏰ Time-based Data - Past, present, future, recent, soon... whenever! -- 🌏 Localization - Set a locale to generate realistic looking Names, Addresses, and Phone Numbers. +- 🌏 Localization - Pick a locale to generate realistic looking Names, Addresses, and Phone Numbers. - 💸 Finance - Create stubbed out Account Details, Transactions, and Crypto Addresses. - 👠 Products - Generate Prices, Product Names, Adjectives, and Descriptions. - 👾 Hacker Jargon - “Try to reboot the SQL bus, maybe it will bypass the virtual application!” diff --git a/docs/index.md b/docs/index.md index df9b12f2..f3318e73 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,5 +37,5 @@ features: details: Past, present, future, recent, soon... whenever! - icon: 🌏 title: Localization - details: Set a locale to generate realistic looking Names, Addresses, and Phone Numbers. + details: Pick a locale to generate realistic looking Names, Addresses, and Phone Numbers. --- |
