Skip to content

Commit 1c4673c

Browse files
authored
chore: fix a tiny typo
1 parent 6b767fd commit 1c4673c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prettier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const eslint = new ESLint({
3838
extends: 'plugin:prettier/recommended',
3939
overrides: [
4040
{
41-
// `.prettierignore` will be used by default which is unexpected for there test fixtures
41+
// `.prettierignore` will be used by default which is unexpected for these test fixtures
4242
files: 'test/fixtures/**/*',
4343
rules: {
4444
'prettier/prettier': [

0 commit comments

Comments
 (0)