Skip to content

Commit

Permalink
fix smol typos (#395)
Browse files Browse the repository at this point in the history
* fix smol typos

* Document

---------

Co-authored-by: Hadley Wickham <[email protected]>
  • Loading branch information
david-jankoski and hadley authored Feb 5, 2024
1 parent d9082a6 commit f0b06f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/live.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#' @description
#' `r lifecycle::badge("experimental")`
#'
#' [read_html()] operates of the HTML source code downloaded from the server.
#' [read_html()] operates on the HTML source code downloaded from the server.
#' This works for most websites but can fail if the site uses javascript to
#' generate the HTML. `read_html_live()` provides an alternative interface
#' that runs a live web browser (Chrome) in the background. This allows you to
#' access elements of the HTML page that are generated dynamically by javascript
#' and to interact to with the live page by clicking on buttons or typing in
#' and to interact with the live page by clicking on buttons or typing in
#' forms.
#'
#' Behind the scenes, this function uses the
Expand Down
4 changes: 2 additions & 2 deletions man/read_html_live.Rd

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

0 comments on commit f0b06f5

Please sign in to comment.