From 09043fc1dbefaf2c5c6a4765fd6b99e738b39e85 Mon Sep 17 00:00:00 2001 From: vedhav Date: Fri, 13 Dec 2024 14:15:01 +0530 Subject: [PATCH] chore: fix spellcheck --- R/HTMLBlock.R | 2 +- man/HTMLBlock.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/HTMLBlock.R b/R/HTMLBlock.R index 75eba825..648fa520 100644 --- a/R/HTMLBlock.R +++ b/R/HTMLBlock.R @@ -3,7 +3,7 @@ #' @description #' Specialized `FileBlock` for managing HTML content in reports. #' It's designed to handle various HTML content, and render the report as HTML, -#' however htmlwidget objects can also be rendered to static document-ready format. +#' however `htmlwidgets` objects can also be rendered to static document-ready format. #' #' @keywords internal HTMLBlock <- R6::R6Class( # nolint: object_name_linter. diff --git a/man/HTMLBlock.Rd b/man/HTMLBlock.Rd index 1818f7b5..18689deb 100644 --- a/man/HTMLBlock.Rd +++ b/man/HTMLBlock.Rd @@ -7,7 +7,7 @@ \description{ Specialized \code{FileBlock} for managing HTML content in reports. It's designed to handle various HTML content, and render the report as HTML, -however htmlwidget objects can also be rendered to static document-ready format. +however \code{htmlwidgets} objects can also be rendered to static document-ready format. } \examples{