diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c43bf4a864069abc8b360f5235595681973a8c8b..a3e9023c19904291817b73f2b47b14c328b5d0ac 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ Please follow these guidelines when making a contribution:
     - Ensure that the Pull Request title is prepended with a [valid type](https://flank.github.io/flank/pr_titles/). E.g. `feat: My New Feature`.
     - Run linting (and fix any issues that are flagged) by:
         - Navigating to /semantic-router.
-        - Running `poetry run make lint` to few linting issues.
+        - Running `poetry run make lint` to fix linting issues.
         - Running `poetry run black .` to fix `black` linting issues.
         - Running `poetry run ruff . --fix` to fix `ruff` linting issues (where possible, others may need manual changes).
         - Confirming the linters pass using `poetry run make lint` again.