Skip to content

Commit

Permalink
chore(retryWhen): updated docs grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymwells committed Dec 15, 2022
1 parent 0a70bd8 commit 01f52ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/retryWhen.ts
Expand Up @@ -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`.
Expand Down

0 comments on commit 01f52ff

Please sign in to comment.