Skip to content

Commit

Permalink
docs: fix import in timeoutWith example
Browse files Browse the repository at this point in the history
Type fix: Changed intrerval to interval
  • Loading branch information
Navaie committed Jul 31, 2020
1 parent 6d6a882 commit 075af28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/timeoutWith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function timeoutWith<T, R>(due: number | Date, withObservable: Observable
* ## Example
* Add fallback observable
* ```ts
* import { intrerval } from 'rxjs';
* import { interval } from 'rxjs';
* import { timeoutWith } from 'rxjs/operators';
*
* const seconds = interval(1000);
Expand Down

0 comments on commit 075af28

Please sign in to comment.