diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0bf8b92ab..8369857d6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -285,7 +285,7 @@ is no automatic restart mechanism for the entire application.
You can keep the developer tools open (`View > Toggle Developer Tools`) and press Cmd + R (macOS) or Ctrl + R (Windows & Linux) to reload the application frontend.
```sh
-# runs until you stop it, re-generating built assets on file changes.
+# Runs until you stop it, re-generating built assets on file changes.
# Once this command is waiting for changes, you will need to run in another terminal `yarn build:workers` to fix the "exports undefined" error on start.