Skip to content

Commit 2b65b37

Browse files
committed
spelling: falsy
1 parent 64fa1d4 commit 2b65b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RawModule.unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("RawModule", () => {
6161

6262
it(
6363
"returns a new RawSource instance with sourceStr attribute provided " +
64-
"as constructor argument if useSourceMap is falsey",
64+
"as constructor argument if useSourceMap is falsy",
6565
() => {
6666
const rawSource = new RawSource(myRawModule.sourceStr);
6767
myRawModule.useSourceMap = false;

0 commit comments

Comments
 (0)