Skip to content

Commit

Permalink
Fix typo in vignette file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Sep 18, 2024
1 parent cf4169b commit 35d47db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tabulator_context.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ invoke_method <- function(widget, method_name, ...) {

#' Create a Tabulator Context Object
#'
#' A \code{tabulatorContext} object makes it possible to update your widget in a Shiny app.
#' @description
#' A \code{tabulatorContext} object makes it possible to update your widget in a Shiny application.
#' @param output_id (character): A tabulator output id.
#' @param session shiny session object
#' @export
Expand Down
File renamed without changes.

0 comments on commit 35d47db

Please sign in to comment.