Skip to content

Commit a1a9f8c

Browse files
jamcoupeatscott
authored andcommitted
docs: fix typo in documentation for pendingUntilEvent (#60756)
PR Close #60756
1 parent d8e941b commit a1a9f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/rxjs-interop/src/pending_until_event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {assertInInjectionContext, PendingTasks, inject, Injector} from '../../sr
1010
import {MonoTypeOperatorFunction, Observable} from 'rxjs';
1111

1212
/**
13-
* Operator which makes the application unstable until the observable emits, complets, errors, or is unsubscribed.
13+
* Operator which makes the application unstable until the observable emits, completes, errors, or is unsubscribed.
1414
*
1515
* Use this operator in observables whose subscriptions are important for rendering and should be included in SSR serialization.
1616
*

0 commit comments

Comments
 (0)