diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst
index 9fe00cf0..e2af7af4 100644
--- a/docs/errorhandling.rst
+++ b/docs/errorhandling.rst
@@ -33,13 +33,13 @@ Error Logging Tools
Sending error mails, even if just for critical ones, can become
overwhelming if enough users are hitting the error and log files are
-typically never looked at. This is why we're recommending using
-`Sentry `_ for dealing with application errors.
-It's available as an Open Source project `on GitHub
-`__ and is also available as `Hosted Version
+typically never looked at. This is why we recommend using `Sentry
+`_ for dealing with application errors. It's
+available as an Open Source project `on GitHub
+`__ and is also available as a `hosted version
`_ which you can try for free. Sentry
-aggregates duplicate erorrs, captures the full stack trace and local
-variables for debugging, and send you mails based on new errors or
+aggregates duplicate errors, captures the full stack trace and local
+variables for debugging, and sends you mails based on new errors or
frequency thresholds.
To use Sentry you need to install the `raven` client::