diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:25 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | 1e37745a5560cf24a13e729e99eb508d3b55f3e2 (patch) | |
| tree | 24896d5e280b44900b06b8173c89d8ef3fd56915 /test | |
| parent | 48599b7edda68bf349a518a1083f618091a27ce1 (diff) | |
| download | faker-1e37745a5560cf24a13e729e99eb508d3b55f3e2.tar.xz faker-1e37745a5560cf24a13e729e99eb508d3b55f3e2.zip | |
spelling: maximum
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/commerce.unit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/commerce.unit.js b/test/commerce.unit.js index 26b89a68..df5bddd7 100644 --- a/test/commerce.unit.js +++ b/test/commerce.unit.js @@ -33,7 +33,7 @@ describe("commerce.js", function() { faker.random.arrayElement.restore(); }); - it("should return the maxiumum value if we specify the fixed value", function() { + it("should return the maximum value if we specify the fixed value", function() { sinon.spy(faker.random, 'arrayElement'); var department = faker.commerce.department(5, true); |
