From 206fbb79e73758b9c6bdf32a8fe8ef4eae33e835 Mon Sep 17 00:00:00 2001 From: jhmoon <87014797+jihyunmoon16@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:31:13 +0900 Subject: [PATCH] fix: typo in step 4 --- .github/steps/4-copilot-on-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/4-copilot-on-github.md b/.github/steps/4-copilot-on-github.md index c8a20b7..c0cc6d7 100644 --- a/.github/steps/4-copilot-on-github.md +++ b/.github/steps/4-copilot-on-github.md @@ -4,7 +4,7 @@ Congratulations! You are finished with coding for this exercise (and VS Code). N #### Copilot Pull Request Summaries -Typically, you would review your notes and commit messages then summarize them for your pull request description. This may take some time, especially if commit messages are inconsistent or code is not not documented well. Fortunately, Copilot can consider all changes in the pull request and provide the important highlights, and with references too! +Typically, you would review your notes and commit messages then summarize them for your pull request description. This may take some time, especially if commit messages are inconsistent or code is not documented well. Fortunately, Copilot can consider all changes in the pull request and provide the important highlights, and with references too! > [!NOTE] > This is a unavailable with the **Copilot Free** tier. [[docs]](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot)