Skip to content

Commit d9fc60f

Browse files
salim-bcderv
andauthored
Fix typos (#197)
Co-authored-by: Christophe Dervieux <[email protected]>
1 parent fddcda8 commit d9fc60f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ VignetteBuilder:
3939
Config/testthat/edition: 3
4040
Encoding: UTF-8
4141
Roxygen: list(markdown = TRUE)
42-
RoxygenNote: 7.3.1
42+
RoxygenNote: 7.3.2
4343
SystemRequirements: Quarto command line tools
4444
(https://github.com/quarto-dev/quarto-cli).

R/run.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#'
33
#' Serve a Shiny interactive document. By default, the document will
44
#' be rendered first and then served If you have previously rendered
5-
#' the document, pass `render - FALSE` to skip rendering.
5+
#' the document, pass `render = FALSE` to skip rendering.
66
#'
7-
#' @param input The input file to run Should be a file with
7+
#' @param input The input file to run. Should be a file with
88
#' a `server: shiny` entry in its YAML front-matter.
99
#' @param render Render the document before serving it.
1010
#'

man/quarto_serve.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)