Skip to content

Commit 74b4b56

Browse files
authored
Fix typo for 'blocklist' (#39001)
1 parent 895b3c3 commit 74b4b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/harnessUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ namespace Utils {
218218
case "symbolCount":
219219
case "identifierCount":
220220
case "scriptSnapshot":
221-
// Blockist of items we never put in the baseline file.
221+
// Blocklist of items we never put in the baseline file.
222222
break;
223223

224224
case "originalKeywordKind":

0 commit comments

Comments
 (0)