Skip to content

Commit

Permalink
Fix typos (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored Jul 17, 2024
1 parent fde2f3c commit 97cfd1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ Fix lib/faker/version.rb
- Fixed typo in dutch translation [\#679](https://github.com/stympy/faker/pull/679) ([nschmoller](https://github.com/nschmoller))
- Add pokemon [\#677](https://github.com/stympy/faker/pull/677) ([bakunyo](https://github.com/bakunyo))
- Food [\#672](https://github.com/stympy/faker/pull/672) ([martymclaugh](https://github.com/martymclaugh))
- Added charcaters and houses data for game of thrones in en.yml [\#670](https://github.com/stympy/faker/pull/670) ([vamsipavanmahesh](https://github.com/vamsipavanmahesh))
- Added characters and houses data for game of thrones in en.yml [\#670](https://github.com/stympy/faker/pull/670) ([vamsipavanmahesh](https://github.com/vamsipavanmahesh))
- add Faker::Commerce.promotion\_code [\#669](https://github.com/stympy/faker/pull/669) ([jGRUBBS](https://github.com/jGRUBBS))
- Eliminate and prevent leading and trailing white space [\#665](https://github.com/stympy/faker/pull/665) ([retroGiant89](https://github.com/retroGiant89))
- Fix for memory overflow error Issue: \#478 [\#664](https://github.com/stympy/faker/pull/664) ([anuj-verma](https://github.com/anuj-verma))
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/default/invoice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def amount_between(from: 0, to: 0)
end

##
# Produces a random valid reference accoring to the International bank slip reference https://en.wikipedia.org/wiki/Creditor_Reference
# Produces a random valid reference according to the International bank slip reference https://en.wikipedia.org/wiki/Creditor_Reference
#
# @param ref [String] Specifies reference base.
# @return [String]
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/movies/star_wars.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def characters
# @example
# Faker::Movies::StarWars.droids
#
# @faker.versionn 1.6.2
# @faker.version 1.6.2
def droids
fetch_all('star_wars.droids')
end
Expand Down

0 comments on commit 97cfd1a

Please sign in to comment.