Skip to content

Commit

Permalink
Merge pull request #7 from Alonski/patch-2
Browse files Browse the repository at this point in the history
fix: grammar error `the an` -> `an`
  • Loading branch information
alexlafroscia authored Feb 13, 2019
2 parents 04758f3 + ffcd349 commit 98d09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/helpers/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseStreamHelper from "ember-stream-helper";
/**
* Helper for subscribing to an `Observable` and emitting the latest value
*
* By passing the an observable to the helper, the last value emitted will be
* By passing an observable to the helper, the last value emitted will be
* returned. As new values are emitted, the returned value will update
* automatically.
*
Expand Down

0 comments on commit 98d09a5

Please sign in to comment.