From fbbd31ce1497c2bddd34ccfc477cb16a112c531d Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Mon, 15 Jul 2024 15:20:52 -0600 Subject: [PATCH] fix typo in check-mac.R (#2562) --- R/check-mac.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/check-mac.R b/R/check-mac.R index 94dbb34c0..90b82a132 100644 --- a/R/check-mac.R +++ b/R/check-mac.R @@ -65,7 +65,7 @@ check_mac_release <- function(pkg = ".", dep_pkgs = character(), args = NULL, ma cli::cat_rule(col = "cyan") cli::cli_inform(c( - i = "Check {.url {response_url}} the results in 5-10 mins (~{time})." + i = "Check {.url {response_url}} for the results in 5-10 mins (~{time})." )) }