Skip to content

Commit 4bc1b68

Browse files
committed
docs: fix param desc
1 parent f12caf5 commit 4bc1b68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/quappo.gen.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ this_pkg <- utils::packageName()
6262
#' chosen using [httpuv::randomPort()].
6363
#'
6464
#' @inheritParams quarto::quarto_inspect
65-
#' @param input Path to [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) directory. A character scalar.
65+
#' @param input Path to a [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) directory. A character scalar.
6666
#' @param output_format Quarto output format to open. If [`"html"`](https://quarto.org/docs/reference/formats/html.html), a local HTTP server is launched
6767
#' serving the projects's HTML output under `host` on the specified `port`.
6868
#' @param host IPv4 address to serve the HTML output on. A character scalar. Only relevant for `format = "html"`.

Rmd/quappo.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ NOTES:
9292
#' chosen using [httpuv::randomPort()].
9393
#'
9494
#' @inheritParams quarto::quarto_inspect
95-
#' @param input Path to [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) directory. A character scalar.
95+
#' @param input Path to a [Quarto project](https://quarto.org/docs/projects/quarto-projects.html) directory. A character scalar.
9696
#' @param output_format Quarto output format to open. If [`"html"`](https://quarto.org/docs/reference/formats/html.html), a local HTTP server is launched
9797
#' serving the projects's HTML output under `host` on the specified `port`.
9898
#' @param host IPv4 address to serve the HTML output on. A character scalar. Only relevant for `format = "html"`.

man/view_output.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)