Skip to content

Commit

Permalink
docs: use the correct word (#6567)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarljubenovic authored Aug 17, 2021
1 parent b1af188 commit 09eb53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface RetryConfig {
count?: number;
/**
* The number of milliseconds to delay before retrying, OR a function to
* return a notifier for delaying. If a function is returned, that function should
* return a notifier for delaying. If a function is given, that function should
* return a notifier that, when it emits will retry the source. If the notifier
* completes _without_ emitting, the resulting observable will complete without error,
* if the notifier errors, the error will be pushed to the result.
Expand Down

0 comments on commit 09eb53b

Please sign in to comment.