spelling: verify

This commit is contained in:
Josh Soref 2018-02-26 02:50:43 +00:00
parent 581069bb56
commit dded403558
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ delete require.cache[aId];
// require module again, it should be reexecuted
var a2 = require("./a");
// vertify it
// verify it
if(a == a2) throw new Error("Cache clear failed :(");
```
@ -123,7 +123,7 @@ delete __webpack_require__.c[aId];
// require module again, it should be reexecuted
var a2 = __webpack_require__(/*! ./a */ 1);
// vertify it
// verify it
if(a == a2) throw new Error("Cache clear failed :(");
/***/ }),

View File

@ -9,5 +9,5 @@ delete require.cache[aId];
// require module again, it should be reexecuted
var a2 = require("./a");
// vertify it
// verify it
if(a == a2) throw new Error("Cache clear failed :(");