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 | |
| parent | 48599b7edda68bf349a518a1083f618091a27ce1 (diff) | |
| download | faker-1e37745a5560cf24a13e729e99eb508d3b55f3e2.tar.xz faker-1e37745a5560cf24a13e729e99eb508d3b55f3e2.zip | |
spelling: maximum
Signed-off-by: Josh Soref <[email protected]>
| -rw-r--r-- | doc/styles/site.darkstrap.css | 2 | ||||
| -rw-r--r-- | test/commerce.unit.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/styles/site.darkstrap.css b/doc/styles/site.darkstrap.css index 5a67785e..efb84c1c 100644 --- a/doc/styles/site.darkstrap.css +++ b/doc/styles/site.darkstrap.css @@ -88,7 +88,7 @@ img { /* Responsive images (ensure images don't scale beyond their parents) */ max-width: 100%; - /* Part 1: Set a maxium relative to the parent */ + /* Part 1: Set a maximum relative to the parent */ width: auto\9; /* IE7-8 need help adjusting responsive images */ 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); |
