Skip to content

Commit d5695ee

Browse files
committed
chore: Fixes spelling
1 parent 1ceb50c commit d5695ee

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

R/tooltip.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#' Tooltip for table headers
1+
#' Tool-tip for table headers
22
#'
3-
#' @param content The content to be displayed in the tooltip
4-
#' @param theme The theme of the tooltip, either "light", "light-border", "material" or
3+
#' @param content The content to be displayed in the tool-tip
4+
#' @param theme The theme of the tool-tip, either "light", "light-border", "material" or
55
#' "translucent"
66
#'
77
#' @examples
8-
#' reactable::colDef(header = tooltip_extra("This is my tooltip", theme = "material"))
8+
#' reactable::colDef(header = tooltip_extra("This is my tool-tip", theme = "material"))
99
#'
1010
#' @export
1111
tooltip_extra <- function(content, theme = "light") {

man/tooltip_extra.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)