Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Oct 6, 2023
1 parent 526b708 commit 97bea70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ include_parent_datanames <- function(dataname, join_keys) {
return(unique(c(parents, dataname)))
}

#' Custom ModalDialog
#' Custom modalDialog
#'
#' Alternative to modalDialog. To create a custom modalDialogs that can be shown/hidden
#' using JS using the modal_id without disturbing other modalDialogs
#' Alternative to modalDialog. To create custom modalDialogs that can be shown/hidden
#' using JS using the modal `id`` without disturbing other modalDialogs
#'
#' @param id (`character(1)`) `shiny` module id for the ModalDialog.\cr
#' @param id (`character(1)`) `shiny` module id for the modalDialog.\cr
#' Note that this id will be used to show/hide using `shinyjs::show` and `shinyjs::hide`
#' @param modal_args (`list`) list of arguments for the `shiny::modalDialog` function to customize the modal
#' @param ... (`shiny.tag`) shiny UI elemets that will be displayed in the modal UI
#' @param ... (`shiny.tag`) shiny UI elements that will be displayed in the modal UI
#'
#' @return (`shiny.tag`) returns `HTML` for Shiny module UI with modifications that allow for custom show/hide
#' @keywords internal
Expand Down
3 changes: 1 addition & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
ADaM
cloneable
elemets
Forkers
funder
Hoffmann
JS
ModalDialog
modalDialog
ModalDialog
modalDialogs
MultiAssayExperiment
omics
Expand Down
10 changes: 5 additions & 5 deletions man/custom_modal_dialog.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97bea70

Please sign in to comment.