Skip to content

Commit

Permalink
docs(intro): fix small grammar issue (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
icholy authored and benlesh committed Feb 17, 2017
1 parent ad62ab7 commit b9f611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Rx.Observable.fromEvent(button, 'click')


### Purity
What makes RxJS powerful is its ability to produce values using pure functions. That means your code is less prone for errors.
What makes RxJS powerful is its ability to produce values using pure functions. That means your code is less prone to errors.

Normally you would create an impure function, where other
pieces of your code can mess up your state.
Expand Down

0 comments on commit b9f611a

Please sign in to comment.