From 90d349201d6f255cd157118d8e67677e062823a2 Mon Sep 17 00:00:00 2001 From: Jordan <36420801+jrdnbradford@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:51:48 -0400 Subject: [PATCH] Fix typo in `build.R` docs --- R/build.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/build.R b/R/build.R index 5ec3acd30..5b7b4022a 100644 --- a/R/build.R +++ b/R/build.R @@ -244,7 +244,7 @@ #' The varying components (e.g. path, issue number, user name) are pasted on #' the end of these URLs so they should have trailing `/`s. #' -#' When creating the link to pacge source, we have to link to a specific +#' When creating the link to a package source, we have to link to a specific #' branch. The default behaviour is to use current branch when in GitHub #' actions and `HEAD` otherwise. You can overide this default with #' `repo.branch`: