Skip to content

Commit c6da3f6

Browse files
docs(no-floating-observables): fix tip rule naming
1 parent 35bf866 commit c6da3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-floating-observables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This rule will report observable-valued statements that are not treated in one o
1818
- [`void`ing it](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void)
1919

2020
> [!TIP]
21-
> `no-ignored-observable` only detects apparently unhandled observable _statements_.
21+
> `no-floating-observables` only detects apparently unhandled observable _statements_.
2222
2323
## Rule details
2424

0 commit comments

Comments
 (0)