Skip to content

Commit

Permalink
Merge pull request #1843 from JayKan/patch-2
Browse files Browse the repository at this point in the history
docs(Grammar correction): remove unnecessary word `imple`
  • Loading branch information
jayphelps authored Jul 21, 2016
2 parents 82da07d + 7c526fb commit 0035583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class Observable<T> implements Subscribable<T> {
} else {
// if there is NO subscription, then we're getting a nexted
// value synchronously during subscription. We can just call it.
// If it errors, Observable's `subscribe` imple will ensure the
// If it errors, Observable's `subscribe` will ensure the
// unsubscription logic is called, then synchronously rethrow the error.
// After that, Promise will trap the error and send it
// down the rejection path.
Expand Down

0 comments on commit 0035583

Please sign in to comment.