Skip to content

Commit

Permalink
Fix typo: httr -> httd (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkohrt authored Apr 28, 2024
1 parent 808e03f commit a9d6e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/static.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ httd = function(dir = '.', ..., response = NULL) {
create_server(dir, ..., handler = serve_dir(dir, response))
}

#' @details \code{httr()} is based on \code{httr()} with a custom
#' @details \code{httr()} is based on \code{httd()} with a custom
#' \code{response} function that executes R files via \code{xfun::record()},
#' so that you will see the output of an R script as an HTML page. The page
#' will be automatically updated when the R script is modified and saved.
Expand Down
2 changes: 1 addition & 1 deletion man/httd.Rd

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

0 comments on commit a9d6e4c

Please sign in to comment.