diff --git a/README.md b/README.md
index b4e78be8..0c0af3da 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,5 @@ $ browser build/html/index.html
Once your local changes are compiling, you can request to update the documentation
via a pull request.
-When the pull request gets merged, the online version of the wensite gets
+When the pull request gets merged, the online version of the website gets
automatically updated to the most recent version.
diff --git a/src/community/recommended_readings.rst b/src/community/recommended_readings.rst
index 7a06ce9e..1cb2031c 100644
--- a/src/community/recommended_readings.rst
+++ b/src/community/recommended_readings.rst
@@ -7,7 +7,7 @@ practices adopted by SKA developers.
System Design
=============
-* `Continuous Delivery `_ describes system design and practices necessary to realize continuos delivery.
+* `Continuous Delivery `_ describes system design and practices necessary to realize continuous delivery.
* `Design Patterns: Elements of Reusable Object-Oriented Software `_ describes the most common design patterns to be found in a software system.
Programming