From 8a3f84119f63f6a82f85abd45f81c84aa4c88134 Mon Sep 17 00:00:00 2001 From: rockcs1992 Date: Tue, 9 Jun 2020 20:25:10 -0400 Subject: [PATCH] Fix typo for 'blocklist' --- 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 dbed683b30a1b..c63afb323a901 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":