From ec753d98b86502626ce0b5e7a611c35363c5d7ba Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Tue, 19 Dec 2023 11:19:08 -0600 Subject: [PATCH] Correct punctuation Co-authored-by: Dominic Farolino --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94db680..d56594c 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ const result = source.flatMap((value) => getNextInnerObservable(value)); - Then pass the return value of the mapping function to `Observable.from()` to convert it to "inner observable" if it's not already. - Then create an `AbortSignal` that follows the subscriber's and set `innerSignal`. - - pass the `innerSignal` to the subscribe for the inner observable. + - Pass the `innerSignal` to the subscribe for the inner observable. - Forward all values emitted by the inner observable to the `result` observer. - If the inner observable completes - If there are values in the `queue`