From aae05275cafc025e90b3d331f6ad2a518bf74e9d Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 14:13:32 +1100 Subject: [PATCH] fix: capitalizations --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.