Skip to content

Commit ae43f89

Browse files
authored
Fix typo
1 parent 9e7fd82 commit ae43f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for (const [key, detect] of Object.entries(pageDetect)) {
4242
${url.replace('https://github.com', '')}
4343
4444
• Yes? The \`${key}\` test is wrong and should be fixed.
45-
• No? Remove it to the \`_${key}\` array.
45+
• No? Remove it from the \`_${key}\` array.
4646
`));
4747
});
4848
}

0 commit comments

Comments
 (0)