From 315a9f4b3cdbcf61457163af52f961ce9a6d2818 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 21 Jul 2020 12:46:19 +0100 Subject: [PATCH] fix typo --- lib/config-utils.test.js | 2 +- src/config-utils.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = `