8000 docs(eslint-plugin): [explicit-function-return-type] fix typo (#1923) · DudaGod/typescript-eslint@017b22d · GitHub
[go: up one dir, main page]

Skip to content

Commit 017b22d

Browse files
authored
docs(eslint-plugin): [explicit-function-return-type] fix typo (typescript-eslint#1923)
1 parent f3bef4c commit 017b22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/explicit-function-return-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type Options = {
7070
// if true, functions immediately returning another function expression will not be checked
7171
allowHigherOrderFunctions?: boolean;
7272
// if true, concise arrow functions that start with the void keyword will not be checked
73-
allowConciseArrowFunctionExpressionStartingWithVoid?: boolean;
73+
allowConciseArrowFunctionExpressionsStartingWithVoid?: boolean;
7474
};
7575

7676
const defaults = {

0 commit comments

Comments
 (0)
0