Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinoa committed Aug 19, 2018
1 parent 82c576d commit 3c3ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/snackbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ snackbar <- function(id, message, includeRemoveButton = TRUE, class = "", style
#' to \code{shiny::observe()} or \code{shiny::observeEvent()}.
#'
#' @param id A length 1 character vector. A unique id for the snackbar.
#' @param autoHideDuration A length 1 numeric vector. The abount of time in milliseconds to show the
#' @param autoHideDuration A length 1 numeric vector. The amount of time in milliseconds to show the
#' snackbar (e.g. \code{3000} is 3 seconds). Set to NULL to keep snackbar open indefinitely.
#'
#' @import shiny
Expand Down

0 comments on commit 3c3ecc3

Please sign in to comment.