Skip to content

Commit

Permalink
fix typo in auth
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Feb 7, 2024
1 parent 1f55c8d commit f314cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/auth.r
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ auth <- function(user,
if (missing(user)) {
rlang::check_installed("askpass")
user <- askpass::askpass(
"Please enter your username (e.g., \"jbgruber.bsky.social\") password"
"Please enter your username (e.g., \"jbgruber.bsky.social\")"
)
}

Expand Down

0 comments on commit f314cc8

Please sign in to comment.