Skip to content

Commit 30c6465

Browse files
authored
Merge pull request #1 from lorenzwalthert/devSJR-patch-1
commit changed tests
2 parents 3b92ed2 + 9b12a09 commit 30c6465

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

R/communicate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ communicate_summary <- function(changed, ruler_width) {
2121
cat("Status\tCount\tLegend \n")
2222
cli::cat_bullet("\t", sum(!changed, na.rm = TRUE), "\tFile unchanged.", bullet = "tick")
2323
cli::cat_bullet("\t", sum(changed, na.rm = TRUE), "\tFile changed.", bullet = "info")
24-
cli::cat_bullet(bullet = "cross", "\t", sum(is.na(changed)), "\tStyling threw an eror.")
24+
cli::cat_bullet(bullet = "cross", "\t", sum(is.na(changed)), "\tStyling threw an error.")
2525
cli::cat_rule(width = max(40, ruler_width))
2626
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)