From 37e5be0adf7e81a1f1ff2c5867b64fccc175529c Mon Sep 17 00:00:00 2001 From: Angela Li Date: Wed, 15 Dec 2021 19:42:21 -0500 Subject: [PATCH] Fix small typo (#189) --- connect-git-github.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect-git-github.Rmd b/connect-git-github.Rmd index d43e422..15d4aea 100644 --- a/connect-git-github.Rmd +++ b/connect-git-github.Rmd @@ -172,7 +172,7 @@ This means you have provided your GitHub _web password_, instead of your _person Go back to chapter \@ref(https-pat) to get a PAT. Try `git push` again and hopefully you'll get another prompt, allowing you to correct things and provide your PAT. -If you ever feel you need to overwrite a bad credential with a new one, the easiest way to do this is to call `gitcreds::gitcreds:set()` from R. +If you ever feel you need to overwrite a bad credential with a new one, the easiest way to do this is to call `gitcreds::gitcreds_set()` from R. ### Windows and line endings