Skip to content

Commit

Permalink
Merge pull request #3980 from Durairaj/patch-1
Browse files Browse the repository at this point in the history
docs(throwError): Fixed typo
  • Loading branch information
cartant authored Jul 31, 2018
2 parents 5a6c90f + 7750758 commit 0cc87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/observable/throwError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { Subscriber } from '../Subscriber';
* @return {Observable} An error Observable: emits only the error notification
* using the given error argument.
* @static true
* @name throw
* @name throwError
* @owner Observable
*/
export function throwError(error: any, scheduler?: SchedulerLike): Observable<never> {
Expand Down

0 comments on commit 0cc87e0

Please sign in to comment.