diff --git a/R/gitbook.R b/R/gitbook.R index 695371cd6..2e13e029f 100644 --- a/R/gitbook.R +++ b/R/gitbook.R @@ -16,7 +16,7 @@ #' @param config A list of configuration options for the gitbook style, such as #' the font/theme settings. #' @param table_css \code{TRUE} to load gitbook's default CSS for tables. Choose -#' \code{FALSE} to unload and use customized CSS (for exmaple, bootstrap) via +#' \code{FALSE} to unload and use customized CSS (for example, bootstrap) via #' the \code{css} option. Default is \code{TRUE}. #' @export gitbook = function( diff --git a/man/gitbook.Rd b/man/gitbook.Rd index b7bed101c..2a2efe948 100644 --- a/man/gitbook.Rd +++ b/man/gitbook.Rd @@ -55,7 +55,7 @@ the citations are actually used.} the font/theme settings.} \item{table_css}{\code{TRUE} to load gitbook's default CSS for tables. Choose -\code{FALSE} to unload and use customized CSS (for exmaple, bootstrap) via +\code{FALSE} to unload and use customized CSS (for example, bootstrap) via the \code{css} option. Default is \code{TRUE}.} } \description{