We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e941b commit a1a9f8cCopy full SHA for a1a9f8c
1 file changed
packages/core/rxjs-interop/src/pending_until_event.ts
@@ -10,7 +10,7 @@ import {assertInInjectionContext, PendingTasks, inject, Injector} from '../../sr
10
import {MonoTypeOperatorFunction, Observable} from 'rxjs';
11
12
/**
13
- * Operator which makes the application unstable until the observable emits, complets, errors, or is unsubscribed.
+ * Operator which makes the application unstable until the observable emits, completes, errors, or is unsubscribed.
14
*
15
* Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.
16
0 commit comments