Skip to content

Commit 4ecc8c9

Browse files
committed
fix readme
1 parent 116552c commit 4ecc8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/always-return.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ myPromise.then((b) => {
5050
##### `ignoreLastCallback`
5151

5252
You can pass an `{ ignoreLastCallback: false }` as an option to this rule to
53-
have the last `then()` callback in a promise chain not warn if it does not have
54-
a `return`. Default is `true`.
53+
have the last `then()` callback in a promise chain warn if it does not have a
54+
`return`. Default is `true`.
5555

5656
```js
5757
// OK

0 commit comments

Comments
 (0)