From 0269bc810c6fdbb3cc0c304e2c858afc802dbffc Mon Sep 17 00:00:00 2001 From: Chase Clark Date: Mon, 17 Dec 2018 12:59:57 -0600 Subject: [PATCH] Fix typo "...use the JavaScript library selectize.js (https://github.com/selectize/selectize.js) ~~ to~~ instead of the basic select..." --- R/input-select.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/input-select.R b/R/input-select.R index 03fcaf052..30c0fd4f9 100644 --- a/R/input-select.R +++ b/R/input-select.R @@ -5,7 +5,7 @@ #' #' By default, \code{selectInput()} and \code{selectizeInput()} use the #' JavaScript library \pkg{selectize.js} -#' (\url{https://github.com/selectize/selectize.js}) to instead of the basic +#' (\url{https://github.com/selectize/selectize.js}) instead of the basic #' select input element. To use the standard HTML select input element, use #' \code{selectInput()} with \code{selectize=FALSE}. #'