Skip to content

Commit

Permalink
Fix typo (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <Bisaloo@users.noreply.github.com>
  • Loading branch information
Bisaloo and Bisaloo committed Feb 22, 2024
1 parent 80c020b commit 81c2d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/source.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ activate <- function(head_branch = gert::git_branch(),

if (identical(env, .GlobalEnv)) {
cli::cli_alert_success(
"Environment ready to interactivley execute your touchstone script."
"Environment ready to interactively execute your touchstone script."
)
cli::cli_alert_info(
"Use {.fun touchstone::deactivate} to restore original environment."
Expand Down

0 comments on commit 81c2d31

Please sign in to comment.