diff --git a/lib/config-utils.test.js b/lib/config-utils.test.js index 1731f9fbe..05194196c 100644 --- a/lib/config-utils.test.js +++ b/lib/config-utils.test.js @@ -200,7 +200,7 @@ ava_1.default("default queries are used", async (t) => { }; }, }); - // The important point of this config is that is doesn't specify + // The important point of this config is that it doesn't specify // the disable-default-queries field. // Any other details are hopefully irrelevant for this tetst. const inputFileContents = ` diff --git a/src/config-utils.test.ts b/src/config-utils.test.ts index 15929fa22..b4ca3873f 100644 --- a/src/config-utils.test.ts +++ b/src/config-utils.test.ts @@ -225,7 +225,7 @@ test("default queries are used", async t => { }, }); - // The important point of this config is that is doesn't specify + // The important point of this config is that it doesn't specify // the disable-default-queries field. // Any other details are hopefully irrelevant for this tetst. const inputFileContents = `