Skip to content

Commit 1219336

Browse files
authored
Update communicate.R
fix typo
1 parent 3b92ed2 commit 1219336

File tree

1 file changed

+1
-1
lines changed

1 file 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
}

0 commit comments

Comments
 (0)