From 74b4b5640ae0020425335a60ebafd40292de1ee0 Mon Sep 17 00:00:00 2001 From: rockcs1992 Date: Wed, 10 Jun 2020 11:27:16 -0400 Subject: [PATCH] Fix typo for 'blocklist' (#39001) --- src/harness/harnessUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harness/harnessUtils.ts b/src/harness/harnessUtils.ts index dbed683b30..c63afb323a 100644 --- a/src/harness/harnessUtils.ts +++ b/src/harness/harnessUtils.ts @@ -218,7 +218,7 @@ namespace Utils { case "symbolCount": case "identifierCount": case "scriptSnapshot": - // Blockist of items we never put in the baseline file. + // Blocklist of items we never put in the baseline file. break; case "originalKeywordKind":