8000 chore(eslint-plugin): fix typos in schema definitions (#8311) · danvk/typescript-eslint@ffa1a49 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffa1a49

Browse files
hyperupcalldanvk
authored andcommitted
chore(eslint-plugin): fix typos in schema definiti 8000 ons (typescript-eslint#8311)
chore: Fix typos in schema definitions
1 parent 2d45a50 commit ffa1a49

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/eslint-plugin/src/rules/class-methods-use-this.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default createRule<Options, MessageIds>({
5050
},
5151
ignoreOverrideMethods: {
5252
type: 'boolean',
53-
description: 'Ingore members marked with the `override` modifier',
53+
description: 'Ignore members marked with the `override` modifier',
5454
},
5555
ignoreClassesThatImplementAnInterface: {
5656
oneOf: [

packages/eslint-plugin/src/rules/explicit-module-boundary-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default createRule<Options, MessageIds>({
8181
},
8282
allowTypedFunctionExpressions: {
8383
description:
84-
'Whether to ignore type annotations on the variable of a function expresion.',
84+
'Whether to ignore type annotations on the variable of a function expression.',
8585
type: 'boolean',
8686
},
8787
},

packages/eslint-plugin/tests/schema-snapshots/class-methods-use-this.shot

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin/tests/schema-snapshots/explicit-module-boundary-types.shot

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0