Skip to content

Commit ae2fc18

Browse files
jamcoupeatscott
authored andcommitted
docs: fix typo in documentation for pendingUntilEvent (angular#60756)
PR Close angular#60756
1 parent 00bbd9b commit ae2fc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 '@angular
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)