Skip to content

Commit a8d0ddb

Browse files
Merge pull request #3156 from CarlosCalgaro/readme-typo
Fix typos in README.md
2 parents a4d5e50 + 946541f commit a8d0ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
- Internet: Email addresses, Passwords, Domains, etc.
2727
- Date and Time: Travel back in time or to the future.
2828
- Person: Names, Genders, Bios, Job titles, and more.
29-
- Number add String: Random numbers and strings.
29+
- Number and String: Random numbers and strings.
3030
- Location: Addresses, Zip Codes, Street Names, States, and Countries.
3131
- Finance: Account Details, Transactions, and Crypto Addresses.
3232
- Localization - Customize faker with over 40 locales to generate realistic-looking Names, Addresses, and Phone Numbers.
3333

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.
3535
3636
For a complete list of the generators, see [Generators](./GENERATORS.md).
3737

@@ -104,8 +104,8 @@ Faker::Name.unique.clear # Clears used values for Faker::Name
104104
Faker::UniqueGenerator.clear # Clears used values for all generators
105105
```
106106

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
109109
manually set values).
110110

111111
```ruby
@@ -153,7 +153,7 @@ check out the [locales README](lib/locales/README.md).
153153

154154
### Minitest and Faker >= 2.22
155155

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,
157157
you might need to add the following to the `test_helper.rb` or `rails_helper.rb` file:
158158

159159
```ruby

0 commit comments

Comments
 (0)