Skip to content

Commit 2264be0

Browse files
authored
chore: fix typo (typescript-eslint#10267)
1 parent 9922032 commit 2264be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/plugins/generated-rule-docs/insertions/insertWhenNotToUseIt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export function insertWhenNotToUseIt(page: RuleDocsPage): void {
2323
0,
2424
...(hasExistingText ? ['---'] : []),
2525
'Type checked lint rules are more powerful than traditional lint rules, but also require configuring [type checked linting](/getting-started/typed-linting).',
26-
'See [Troubleshooting > Linting with Type Information > Performance](/troubleshooting/typed-linting/performance) if you experience performance degredations after enabling type checked rules.',
26+
'See [Troubleshooting > Linting with Type Information > Performance](/troubleshooting/typed-linting/performance) if you experience performance degradations after enabling type checked rules.',
2727
);
2828
}

0 commit comments

Comments
 (0)