Skip to content

Commit 3175843

Browse files
docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#8050)
1 parent dc6215c commit 3175843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/eslint-plugin/docs/rules/no-misused-promises.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ while (await promise) {
7575

7676
### `"checksVoidReturn"`
7777

78-
Likewise, if you don't want functions that return promises where a void return is
79-
expected to be checked, your configuration will look like this:
78+
Likewise, if you don't want to check functions that return promises where a void return is
79+
expected, your configuration will look like this:
8080

8181
```json
8282
{

0 commit comments

Comments
 (0)