Skip to content

Commit

Permalink
docs(eslint-plugin): simplify a sentence in no-misused-promises.md (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Dec 11, 2023
1 parent dc6215c commit 3175843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin/docs/rules/no-misused-promises.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ while (await promise) {

### `"checksVoidReturn"`

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

```json
{
Expand Down

0 comments on commit 3175843

Please sign in to comment.