Skip to content

Commit

Permalink
Merge pull request #52 from ropensci-review-tools/handle-typo
Browse files Browse the repository at this point in the history
Fix typo in github handle responder
  • Loading branch information
mpadge authored Nov 4, 2023
2 parents e8f75e8 + 4d4230a commit 17aa14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gh-issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ check_html_variable <- function (x, variable) {
if (!check) {
out <- paste0 (
"'author1' variable must be ",
"GitHub hanle only ('@myhandle')"
"GitHub handle only ('@myhandle')"
)
}

Expand Down

0 comments on commit 17aa14b

Please sign in to comment.