Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Mar 6, 2024
1 parent 00abf92 commit 2eecc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/github_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pat_sitrep <- function(host = "https://github.com",
git_user_check(user)
if (!is.null(user$email) && !any(grepl(user$email, addresses))) {
ui_bullets(c(
"x" = "Git user's email (.val {user$email}}) doesn't appear to be
"x" = "Git user's email ({.val {user$email}}) doesn't appear to be
registered with GitHub host."
))
}
Expand Down

0 comments on commit 2eecc46

Please sign in to comment.