diff --git a/R/mod_sidebar_components.R b/R/mod_sidebar_components.R index 7536658..e60ab04 100644 --- a/R/mod_sidebar_components.R +++ b/R/mod_sidebar_components.R @@ -357,7 +357,7 @@ compSettingOffset <- function(id) { #' @param id The ID of the component input #' @param ... Shiny tags to include inside the component #' -#' @return A shiny.tag of the compoenent settings +#' @return A shiny.tag of the component settings component <- function(id, ...) { div( class = "component-settings", diff --git a/man/component.Rd b/man/component.Rd index 64049c4..0175674 100644 --- a/man/component.Rd +++ b/man/component.Rd @@ -15,7 +15,7 @@ componentTab(id) \item{...}{Shiny tags to include inside the component} } \value{ -A shiny.tag of the compoenent settings +A shiny.tag of the component settings } \description{ A container for the specified component input