diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index 52ea77e3..d2cbfe9d 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -40,7 +40,7 @@
Useful Links
- - Recomended Packages and Extensions
+ - Recommended Packages and Extensions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst
index dcd9e228..5c9df948 100644
--- a/docs/user/advanced.rst
+++ b/docs/user/advanced.rst
@@ -69,7 +69,7 @@ Sessions can also be used as context managers::
s.get('http://httpbin.org/cookies/set/sessioncookie/123456789')
This will make sure the session is closed as soon as the ``with`` block is
-exited, even if unhandled exceptions occured.
+exited, even if unhandled exceptions occurred.
.. admonition:: Remove a Value From a Dict Parameter