Skip to content

Commit 0c19417

Browse files
authored
docs: add missing backtick to no-async-promise-executor (#19188)
1 parent 8df9276 commit 0c19417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/rules/no-async-promise-executor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ const result = Promise.resolve(foo);
7676

7777
## When Not To Use It
7878

79-
If your codebase doesn't support async function syntax, there's no need to enable this rule.
79+
If your codebase doesn't support `async function` syntax, there's no need to enable this rule.

0 commit comments

Comments
 (0)