From 2b66a01e9b4cff014842dfc74049d4c91d8d640f Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 12 Nov 2023 15:45:05 -0800 Subject: [PATCH] typo mode->more (#648) --- R/zzz.R | 2 +- man/ansi-styles.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/zzz.R b/R/zzz.R index 87ddf2191..c4b4a7ffd 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -2,7 +2,7 @@ #' ANSI colored text #' #' cli has a number of functions to color and style text at the command -#' line. They provide a mode modern interface than the crayon package. +#' line. They provide a more modern interface than the crayon package. #' #' The `col_*` functions change the (foreground) color to the text. #' These are the eight original ANSI colors. Note that in some terminals, diff --git a/man/ansi-styles.Rd b/man/ansi-styles.Rd index 0c94292fc..52dbc31fb 100644 --- a/man/ansi-styles.Rd +++ b/man/ansi-styles.Rd @@ -180,7 +180,7 @@ use \code{cat()} to print them to the terminal. } \description{ cli has a number of functions to color and style text at the command -line. They provide a mode modern interface than the crayon package. +line. They provide a more modern interface than the crayon package. } \details{ The \verb{col_*} functions change the (foreground) color to the text.