diff --git a/R/format_data.R b/R/format_data.R index 6b8b0d43e8..62db333ab6 100644 --- a/R/format_data.R +++ b/R/format_data.R @@ -11121,7 +11121,7 @@ fmt_markdown <- function( #' We can format values with the `fmt_passthrough()` function, which does little #' more than: (1) coercing to `character` (as all the `fmt_*()` functions do), #' and (2) applying decorator text via the `pattern` argument (the default is to -#' apply nothing). This foramtting function is useful when don't want to modify +#' apply nothing). This formatting function is useful when don't want to modify #' the input data other than to decorate it within a pattern. #' #' @inheritParams fmt_number diff --git a/man/fmt_passthrough.Rd b/man/fmt_passthrough.Rd index c46c33c449..fb9a5d1795 100644 --- a/man/fmt_passthrough.Rd +++ b/man/fmt_passthrough.Rd @@ -68,7 +68,7 @@ An object of class \code{gt_tbl}. We can format values with the \code{fmt_passthrough()} function, which does little more than: (1) coercing to \code{character} (as all the \verb{fmt_*()} functions do), and (2) applying decorator text via the \code{pattern} argument (the default is to -apply nothing). This foramtting function is useful when don't want to modify +apply nothing). This formatting function is useful when don't want to modify the input data other than to decorate it within a pattern. } \section{Targeting cells with \code{columns} and \code{rows}}{