From 01f52ffdbfa7e49c8c81af83524ade5b6fee3445 Mon Sep 17 00:00:00 2001 From: Jeremy Wells Date: Tue, 1 Nov 2022 16:27:26 -0400 Subject: [PATCH] chore(retryWhen): updated docs grammar --- src/internal/operators/retryWhen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/operators/retryWhen.ts b/src/internal/operators/retryWhen.ts index 88b4be8bf1..8090e5f619 100644 --- a/src/internal/operators/retryWhen.ts +++ b/src/internal/operators/retryWhen.ts @@ -56,7 +56,7 @@ import { createOperatorSubscriber } from './OperatorSubscriber'; * * @see {@link retry} * - * @param notifier function that receives an Observable of notifications with which a + * @param notifier Function that receives an Observable of notifications with which a * user can `complete` or `error`, aborting the retry. * @return A function that returns an `ObservableInput` that mirrors the source * Observable with the exception of an `error`.