Skip to content

Commit

Permalink
docs: add missing backtick to no-async-promise-executor (#19188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Nov 28, 2024
1 parent 8df9276 commit 0c19417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-async-promise-executor.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ const result = Promise.resolve(foo);

## When Not To Use It

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

0 comments on commit 0c19417

Please sign in to comment.