diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ec55595c510ca70f218ad0478c6519314d707f60..e6d331c1b66121946710cfe9bf28e44e0b01253f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -94,3 +94,8 @@ repos:
         args:
           - "--server"
           - https://git.shore.co.il
+
+  - repo: https://github.com/codespell-project/codespell.git
+    rev: v2.1.0
+    hooks:
+      - id: codespell
diff --git a/README.rst b/README.rst
index 22b72e8b08a21326b43e3a21356bc55b96996dc8..ac2e132f894c13158b35f8c2abb9987a7969f265 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ Installation
 
 This will install Template along with the dependencies for all of the filters
 available with it. However, you can use narrower specifiers if you want to avoid
-a specifc dependency (the filters listed below include the needed specifier).
+a specific dependency (the filters listed below include the needed specifier).
 In previous versions of Template all of the dependencies were required, so to
 avoid breakage this behavior will be be kept. However, this will change in a
 later release so to the keep the expected behavior please update your project's