Skip to content

Commit fbbd31c

Browse files
authored
fix typo in check-mac.R (#2562)
1 parent c3fa3df commit fbbd31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/check-mac.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ check_mac_release <- function(pkg = ".", dep_pkgs = character(), args = NULL, ma
6565

6666
cli::cat_rule(col = "cyan")
6767
cli::cli_inform(c(
68-
i = "Check {.url {response_url}} the results in 5-10 mins (~{time})."
68+
i = "Check {.url {response_url}} for the results in 5-10 mins (~{time})."
6969
))
7070
}
7171

0 commit comments

Comments
 (0)