Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 18, 2024
1 parent 030feec commit b5865d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/exo_bisect-Rprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if (file.exists("~/.Rprofile")) {
base::sys.source("~/.Rprofile", envir = environment())
}

cli::cli_alert_danger('"Hey, since when has my script {.path R/script.R} stopped to work?"')
cli::cli_alert_danger('"Hey, since when has my script {.path R/script.R} stopped working?"')
cli::cli_alert_danger("I need to use git bisect.")
cli::cli_alert_info("For more help use {.run tip()}")

Expand Down

0 comments on commit b5865d8

Please sign in to comment.