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 35bf866 commit c6da3f6Copy full SHA for c6da3f6
docs/rules/no-floating-observables.md
@@ -18,7 +18,7 @@ This rule will report observable-valued statements that are not treated in one o
18
- [`void`ing it](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void)
19
20
> [!TIP]
21
-> `no-ignored-observable` only detects apparently unhandled observable _statements_.
+> `no-floating-observables` only detects apparently unhandled observable _statements_.
22
23
## Rule details
24
0 commit comments