|
26 | 26 | - Internet: Email addresses, Passwords, Domains, etc. |
27 | 27 | - Date and Time: Travel back in time or to the future. |
28 | 28 | - Person: Names, Genders, Bios, Job titles, and more. |
29 | | -- Number add String: Random numbers and strings. |
| 29 | +- Number and String: Random numbers and strings. |
30 | 30 | - Location: Addresses, Zip Codes, Street Names, States, and Countries. |
31 | 31 | - Finance: Account Details, Transactions, and Crypto Addresses. |
32 | 32 | - Localization - Customize faker with over 40 locales to generate realistic-looking Names, Addresses, and Phone Numbers. |
33 | 33 |
|
34 | | -> **Note** The generated names, addresses, emails, phone numbers, and/or other data might return valid information. Please be careful when using faker in your tests. |
| 34 | +> **Note:** The generated names, addresses, emails, phone numbers, and/or other data might return valid information. Please be careful when using faker in your tests. |
35 | 35 |
|
36 | 36 | For a complete list of the generators, see [Generators](./GENERATORS.md). |
37 | 37 |
|
@@ -104,8 +104,8 @@ Faker::Name.unique.clear # Clears used values for Faker::Name |
104 | 104 | Faker::UniqueGenerator.clear # Clears used values for all generators |
105 | 105 | ``` |
106 | 106 |
|
107 | | -You also can give some already used values to the unique generator if you have |
108 | | -collisions with the generated data (i.e: using FactoryBot with random and |
| 107 | +You can also give some already-used values to the unique generator if you have |
| 108 | +collisions with the generated data (i.e., using FactoryBot with random and |
109 | 109 | manually set values). |
110 | 110 |
|
111 | 111 | ```ruby |
@@ -153,7 +153,7 @@ check out the [locales README](lib/locales/README.md). |
153 | 153 |
|
154 | 154 | ### Minitest and Faker >= 2.22 |
155 | 155 |
|
156 | | -To prevent Faker (version >= 2.22) from [generating duplicate values]((https://github.com/faker-ruby/faker/issues/2534)) when using Minitest, |
| 156 | +To prevent Faker (version >= 2.22) from [generating duplicate values](https://github.com/faker-ruby/faker/issues/2534) when using Minitest, |
157 | 157 | you might need to add the following to the `test_helper.rb` or `rails_helper.rb` file: |
158 | 158 |
|
159 | 159 | ```ruby |
|
0 commit comments