Skip to content

Commit d685f8f

Browse files
authored
Fix typo (hadley#1624)
1 parent b0aa400 commit d685f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarto-formats.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ cat(readr::read_file("quarto/example-book.yml"))
246246

247247
We recommend that you use an RStudio project for your websites and books.
248248
Based on the `_quarto.yml` file, RStudio will recognize the type of project you're working on, and add a Build tab to the IDE that you can use to render and preview your websites and books.
249-
Both websites and books can also be rendered using `quarto::render()`.
249+
Both websites and books can also be rendered using `quarto::quarto_render()`.
250250

251251
Read more at <https://quarto.org/docs/websites> about Quarto websites and <https://quarto.org/docs/books> about books.
252252

0 commit comments

Comments
 (0)