From 6b0545459f95330868feeeeddded203d8aba614c Mon Sep 17 00:00:00 2001 From: jgabry Date: Wed, 21 Feb 2024 13:43:29 -0700 Subject: [PATCH] fix typo in check-mac.R --- 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})." )) }