Skip to content

Commit

Permalink
chore: fix a tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Dec 24, 2023
1 parent 6b767fd commit 1c4673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const eslint = new ESLint({
extends: 'plugin:prettier/recommended',
overrides: [
{
// `.prettierignore` will be used by default which is unexpected for there test fixtures
// `.prettierignore` will be used by default which is unexpected for these test fixtures
files: 'test/fixtures/**/*',
rules: {
'prettier/prettier': [
Expand Down

0 comments on commit 1c4673c

Please sign in to comment.