From c6fe9af630fdc532b840fc06b03c0ae77e4fa7ec Mon Sep 17 00:00:00 2001 From: Vini Salazar <17276653+vinisalazar@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:19:31 +1100 Subject: [PATCH] Fix typo --- docs/tutorials/git/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/git/git.md b/docs/tutorials/git/git.md index c65727fa..304c21fd 100644 --- a/docs/tutorials/git/git.md +++ b/docs/tutorials/git/git.md @@ -69,7 +69,7 @@ your email address.](https://docs.github.com/en/account-and-profile/setting-up-a **SSH access** -You must [configure SSH access to your GitHub account.](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). +You must [configure SSH access to your GitHub account.](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) Otherwise, it will ask for your password every time you try to interact with GitHub. This is OK, but can be annoying after some time. See below on how to connect with SSH.