Skip to content

Commit d416128

Browse files
committed
docs: Fix rule names in options examples.
1 parent 5e03092 commit d416128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/no-unsafe-first.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This rule accepts a single option which is an object with an `observable` proper
88

99
```json
1010
{
11-
"rxjs/no-unsafe-catch": [
11+
"rxjs/no-unsafe-first": [
1212
"error",
1313
{ "observable": "[Aa]ction(s|s\\$|\\$)$" }
1414
]

docs/rules/no-unsafe-switchmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `allow` or `disallow` properties are mutually exclusive. Whether or not `swi
1212

1313
```json
1414
{
15-
"rxjs/no-unsafe-catch": [
15+
"rxjs/no-unsafe-switchmap": [
1616
"error",
1717
{
1818
"disallow": [

0 commit comments

Comments
 (0)