Skip to content

Commit 315a9f4

Browse files
fix typo
1 parent 0446cb0 commit 315a9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/config-utils.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ test("default queries are used", async t => {
225225
},
226226
});
227227

228-
// The important point of this config is that is doesn't specify
228+
// The important point of this config is that it doesn't specify
229229
// the disable-default-queries field.
230230
// Any other details are hopefully irrelevant for this tetst.
231231
const inputFileContents = `

0 commit comments

Comments
 (0)