Skip to content

Commit 630edb8

Browse files
manovotnyjfmengels
authored andcommitted
Fixes xo typo in catch-error-name documentation. (#52)
Should be `unicorn` instead of `xo`.
1 parent 7b42f90 commit 630edb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/catch-error-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ try {
5252
You can set the `name` option like this:
5353

5454
```js
55-
"xo/catch-error-name": ["error", {"name": "err"}]
55+
"unicorn/catch-error-name": ["error", {"name": "err"}]
5656
```

0 commit comments

Comments
 (0)