diff --git a/doc/introduction.md b/doc/introduction.md index 17a8eab72f..98e1ced6a2 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -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.