aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-10-19 14:53:16 -0400
committerGitHub <[email protected]>2021-10-19 14:53:16 -0400
commit29234378807c4141588861f69421bf20b5ac635e (patch)
treed44314518a7c801a546c49334c86fbd357b6142b /CHANGELOG.md
parent282aae9e913861cd12e41e3a569f462143bf8ee5 (diff)
parent6669bcd6e3b8008fac786d54c5ccfc4fefa74769 (diff)
downloadfaker-6.0.0-alpha.0.tar.xz
faker-6.0.0-alpha.0.zip
Merge pull request #1217 from jsoref/spelling6.0.0-alpha.0
Spelling
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd9e2e7..c90bd6d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,10 +29,10 @@ http://github.com/marak/faker.js
- Add IBAN and BIC generator functions
### Fix
-- Fix aomount and price argument dec for case = 0
+- Fix amount and price argument dec for case = 0
- Default shuffle value
- Fix dec for amount in finance
-- Don't allow path seperators in generated filenames in system
+- Don't allow path separators in generated filenames in system
- Add lorem.slug to functional test
- Don't throw in helpers.shuffle on empty array
- Adds precision value to faker.random.number call
@@ -122,7 +122,7 @@ http://github.com/marak/faker.js
* Added ISO 3166 countries
- contributed by MaerF0x0
* UMD support
- - contirbuted by xaka
+ - contributed by xaka
* Uk Postal Codes
- contributed by schmtw
* Undefined global object for webworker fix