From 3dfa243d8920d427f279ee2bb75980b971482ac3 Mon Sep 17 00:00:00 2001 From: Hugo <149513282+hugo9655@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:06:07 +0100 Subject: [PATCH] Tweak wording --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2754cd0d1..8369aaf28 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -95,7 +95,7 @@ You can use the build-in web editor in two ways: ### Dev Environment -If you're going to work on the site itself, or simply want to preview the site and any changes, you can setup a development environment. +If you're going to work on the site itself, or simply want to preview the site and any changes, you can do so by setting up a development environment. #### GitHub Codespaces @@ -105,15 +105,15 @@ This creates an environment in the browser [(with 60h/month free quota)](https:/ 2. Navigate to your fork's homepage and click on the green "Code" button above your repository, open "Codespaces" tab and click "Create codespace". -4. You may have to wait ~5-10 mins for the codespace to load. +3. You may have to wait ~5-10 minutes for the codespace to load. ![Codespace Status](https://files.catbox.moe/5bp38f.png) -3. Once it has loaded, run `pnpm i && pnpm docs:dev` to start the preview and click the blue "Open in Browser" button in the bottom right. +4. Once it has loaded, run `pnpm i && pnpm docs:dev` to start the preview. Then when it appears, click "Open in Browser" in the bottom right. -4. Make your changes and commit. +5. Make your changes and commit. -4. To close it, click the "Code" button again and look for the `...` dropdown next to your codespace, then click "Stop codespace". +6. To close it, click the "Code" button again and look for the `...` dropdown next to your codespace, then click "Stop codespace". #### Local Instance