From c13665939862f9b3da55b3dd67456d74e6a3e048 Mon Sep 17 00:00:00 2001 From: samuel-marsh Date: Wed, 13 Nov 2024 08:13:53 -0500 Subject: [PATCH] typos --- R/Statistics_Plotting.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/Statistics_Plotting.R b/R/Statistics_Plotting.R index 566867518e..ae51aa82e4 100644 --- a/R/Statistics_Plotting.R +++ b/R/Statistics_Plotting.R @@ -961,12 +961,12 @@ Proportion_Plot <- function( color_seed = 123 ) { if (!plot_type %in% c("bar", "pie")) { - cli::cli_abort(message = "{.code plot_type} must be one of {.val bar} or {.val pie}") + cli_abort(message = "{.code plot_type} must be one of {.val bar} or {.val pie}") } if (plot_type == "pie" && plot_scale == "count") { cli_warn(message = c("When setting {.code plot_type} to {.val pie} the {.code plot_scale} parameter is ignored", - "i" = "Set {.code plot_type} to {.val bar} in order to plot raw cell counts..")) + "i" = "Set {.code plot_type} to {.val bar} in order to plot raw cell counts.")) } if (plot_type == "pie") {