From 9029160114c59b472d24c292dff7811a21af3f9e Mon Sep 17 00:00:00 2001 From: Tanguy Barthelemy Date: Fri, 17 May 2024 15:50:59 +0200 Subject: [PATCH] typo in without --- R/doctor.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/doctor.R b/R/doctor.R index f0d7254..3c143a8 100644 --- a/R/doctor.R +++ b/R/doctor.R @@ -167,7 +167,7 @@ doctor_check_pat_scopes <- function(resp) { throw(pkg_error( call. = FALSE, "Your PAT does not have a {.code repo} scope.", - i = "Withoput a {.code repo} scope R-hub cannot start jobs on GitHub.", + i = "Without a {.code repo} scope R-hub cannot start jobs on GitHub.", i = "Change the scopes of the PAT on the GitHub web page, or create a new PAT." ))