From 129807985451bc932c3c56a8bd7a7478755d5fcb Mon Sep 17 00:00:00 2001 From: Dusan Makanjic Date: Wed, 5 Feb 2025 09:01:26 +0900 Subject: [PATCH] Update 1-copilot-extension.md Rename the commit button's label correctly --- .github/steps/1-copilot-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/1-copilot-extension.md b/.github/steps/1-copilot-extension.md index 95a3b25f..718b30af 100644 --- a/.github/steps/1-copilot-extension.md +++ b/.github/steps/1-copilot-extension.md @@ -46,7 +46,7 @@ Before you open up a codespace on a repository, you can create a development con } } ``` -1. Select the option to **Commit directly to the `main` branch**, and then click the **Commit new file** button. +1. Select the option to **Commit directly to the `main` branch**, and then click the **Commit changes...** button. 1. Navigate back to the home page of your repository by clicking the **Code** tab located at the top left of the screen. 1. Click the **Code** button located in the middle of the page. 1. Click the **Codespaces** tab on the box that pops up.