Skip to content

Commit 805f4b0

Browse files
committed
spelling: optional
1 parent e2db8f7 commit 805f4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ExternalModule.unittest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe("ExternalModule", function() {
203203
// check
204204
result.should.eql(expected);
205205
});
206-
describe("given an optinal check is set", function() {
206+
describe("given an optional check is set", function() {
207207
it("ads a check for the existence of the variable before looking it up", function() {
208208
// set up
209209
const id = "someId";
@@ -236,7 +236,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_someId__;`;
236236
// check
237237
result.should.eql(expected);
238238
});
239-
describe("given an optinal check is requested", function() {
239+
describe("given an optional check is requested", function() {
240240
it("checks for the existence of the request setting it", function() {
241241
// set up
242242
const optional = true;

0 commit comments

Comments
 (0)