From 2966797bbb6024dbdded2395206eb3a365a5b87e Mon Sep 17 00:00:00 2001 From: Devesh Rahatekar <79015420+devesh-2002@users.noreply.github.com> Date: Fri, 31 May 2024 21:13:54 +0530 Subject: [PATCH] Removed unnecessary period (#33261) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../why-is-git-always-asking-for-my-password.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md b/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md index 781e9137b6..b3f1024e72 100644 --- a/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md +++ b/content/get-started/getting-started-with-git/why-is-git-always-asking-for-my-password.md @@ -20,6 +20,6 @@ You can avoid being prompted for your password by configuring Git to [cache your ## Further reading -- "[AUTOTITLE](/get-started/getting-started-with-git/about-remote-repositories)." +- "[AUTOTITLE](/get-started/getting-started-with-git/about-remote-repositories)" - "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/about-authentication-to-github)" - "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent)"