Skip to content

Commit 9ac6bc4

Browse files
committed
Fix spelling
1 parent 335622a commit 9ac6bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/quarto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ find_quarto <- function() {
3636

3737
#' Check quarto version
3838
#'
39-
#' Determine the specific version of quartobinary found by [quarto_path()].
39+
#' Determine the specific version of quarto binary found by [quarto_path()].
4040
#' If it returns `99.9.9` then it means you are using a dev version.
4141
#'
4242
#' @return a [`numeric_version`][base::numeric_version] with the quarto version found

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[Quarto](https://quarto.org) is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org).
1010

11-
The **quarto** package provides an R interface to frequently used operations in the Quarto Command Line Interface (CLI). The package is not a requirement for using Quarto with R. Rather, it provides an R interface to common Quarto operations for users who prefer to work in the R console rather than a terminal, and for package authors that want to programatically interface with Quarto.
11+
The **quarto** package provides an R interface to frequently used operations in the Quarto Command Line Interface (CLI). The package is not a requirement for using Quarto with R. Rather, it provides an R interface to common Quarto operations for users who prefer to work in the R console rather than a terminal, and for package authors that want to interface with Quarto using scripts.
1212

1313
Before using the Quarto R package, you should install the Quarto CLI from <https://quarto.org/docs/get-started/>.
1414

0 commit comments

Comments
 (0)