Skip to content

Commit

Permalink
docs(throwIfEmpty): Fix minor typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh authored Mar 8, 2018
1 parent cc060c7 commit 5749019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/throwIfEmpty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MonoTypeOperatorFunction } from '../types';
*
* @example
*
* const click$ = fromEvent(button, 'clicks');
* const click$ = fromEvent(button, 'click');
*
* clicks$.pipe(
* takeUntil(timer(1000)),
Expand Down

0 comments on commit 5749019

Please sign in to comment.