Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Feb 19, 2024
1 parent 7871362 commit 90ef7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ opt_stylize <- function(

if (!(length(color) == 1 && color %in% unique(styles_colors_params$color))) {
cli::cli_abort(c(
"The `color` value must be one of seven specific colors:",
"The `color` value must be one of six specific colors:",
"*" = "\"blue\", \"cyan\", \"pink\", \"green\", \"red\", or \"gray\""
))
}
Expand Down

1 comment on commit 90ef7da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.