spelling: optional

This commit is contained in:
Josh Soref 2018-02-26 02:36:27 +00:00
parent e2db8f74a4
commit 805f4b097a
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ describe("ExternalModule", function() {
// check
result.should.eql(expected);
});
describe("given an optinal check is set", function() {
describe("given an optional check is set", function() {
it("ads a check for the existence of the variable before looking it up", function() {
// set up
const id = "someId";
@ -236,7 +236,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_someId__;`;
// check
result.should.eql(expected);
});
describe("given an optinal check is requested", function() {
describe("given an optional check is requested", function() {
it("checks for the existence of the request setting it", function() {
// set up
const optional = true;