From e9c8655880a0a9f6aad27cdf7b38f56debed4e8b Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:42:01 -0400 Subject: [PATCH] fix: correct GitHub --- docs/src/content/docs/guides/checkout-answer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/checkout-answer.md b/docs/src/content/docs/guides/checkout-answer.md index 3969772..31375f7 100644 --- a/docs/src/content/docs/guides/checkout-answer.md +++ b/docs/src/content/docs/guides/checkout-answer.md @@ -12,7 +12,7 @@ sidebar: All Angular Challenges answers will be presented in the form of a pull request (PR). To view and follow them, navigate through the **Files Changes** page on GitHub. However, understanding and following this process may not be straightforward if you are not familiar with the interface. In many cases, you may prefer to check out the branch and review the solution in your preferred IDE. -## Install the Github CLI +## Install the GitHub CLI Follow the instructions for your operating system [here](https://github.com/cli/cli#installation).