pre-built => prebuilt

This commit is contained in:
Joe Cheng
2017-04-18 11:09:45 -07:00
parent d67783edbd
commit e1b47eca90
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ NULL
#'
#' Shiny makes it incredibly easy to build interactive web applications with R.
#' Automatic "reactive" binding between inputs and outputs and extensive
#' pre-built widgets make it possible to build beautiful, responsive, and
#' prebuilt widgets make it possible to build beautiful, responsive, and
#' powerful applications with minimal effort.
#'
#' The Shiny tutorial at \url{http://shiny.rstudio.com/tutorial/} explains