From f1542f7829c81c77926ec722fec52124b66e97a3 Mon Sep 17 00:00:00 2001 From: merlinoa Date: Sun, 19 Aug 2018 21:10:23 -0400 Subject: [PATCH] typo --- man/showSnackbar.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/showSnackbar.Rd b/man/showSnackbar.Rd index c761dc9..cc329d4 100644 --- a/man/showSnackbar.Rd +++ b/man/showSnackbar.Rd @@ -9,7 +9,7 @@ showSnackbar(id, autoHideDuration = 3000) \arguments{ \item{id}{A length 1 character vector. A unique id for the snackbar.} -\item{autoHideDuration}{A length 1 numeric vector. The abount of time in milliseconds to show the +\item{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.} } \description{