We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da83c4 commit 781de47Copy full SHA for 781de47
docs/rules/prefer-catch.md
@@ -14,7 +14,7 @@ errors will be handled.
14
The second argument of a `then` call may be thought to handle any errors in the
15
first argument, but it will only handle errors earlier in the Promise chain.
16
17
-Examples of **incorrect** code for this rule:
+Examples of **correct** code for this rule:
18
19
```js
20
prom.then(fn1).then(fn2)
0 commit comments