diff --git a/src/internal/operators/timeInterval.ts b/src/internal/operators/timeInterval.ts index d228651363..ec0be9b844 100644 --- a/src/internal/operators/timeInterval.ts +++ b/src/internal/operators/timeInterval.ts @@ -25,7 +25,7 @@ import { map } from './map'; * ```ts * const seconds = interval(1000); * - * seconds.pipe(timeinterval()) + * seconds.pipe(timeInterval()) * .subscribe( * value => console.log(value), * err => console.log(err),