Skip to content

Commit

Permalink
Fix typo (#4950)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazufumi-nishida-www authored and benlesh committed Aug 6, 2019
1 parent c447347 commit 92e3ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/timeInterval.ts
Expand Up @@ -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),
Expand Down

0 comments on commit 92e3ca7

Please sign in to comment.