diff --git a/src/internal/ReplaySubject.ts b/src/internal/ReplaySubject.ts index 569469dd57..a81d7353ac 100644 --- a/src/internal/ReplaySubject.ts +++ b/src/internal/ReplaySubject.ts @@ -40,7 +40,7 @@ export class ReplaySubject extends Subject { /** * @param bufferSize The size of the buffer to replay on subscription - * @param windowTime The amount of time the buffered items will say buffered + * @param windowTime The amount of time the buffered items will stay buffered * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to * calculate the amount of time something has been buffered. */