Skip to content

Commit

Permalink
Fix typo in ShinyDriver's description. Fixes #199 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
FerandDalatieh authored and wch committed Aug 7, 2018
1 parent dfc163c commit 8cde153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/shiny-driver.R
Expand Up @@ -13,7 +13,7 @@
#' app$setValue(name, value, iotype = c("auto", "input", "output"))
#' app$sendKeys(name = NULL, keys)
#'
#' app$get_windows_size()
#' app$getWindowSize()
#' app$setWindowSize(width, height)
#'
#' app$getUrl()
Expand Down
2 changes: 1 addition & 1 deletion man/ShinyDriver.Rd

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

0 comments on commit 8cde153

Please sign in to comment.