Fix typo (#1624)
This commit is contained in:
parent
b0aa40096b
commit
d685f8f3f8
|
@ -246,7 +246,7 @@ cat(readr::read_file("quarto/example-book.yml"))
|
|||
|
||||
We recommend that you use an RStudio project for your websites and books.
|
||||
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.
|
||||
Both websites and books can also be rendered using `quarto::render()`.
|
||||
Both websites and books can also be rendered using `quarto::quarto_render()`.
|
||||
|
||||
Read more at <https://quarto.org/docs/websites> about Quarto websites and <https://quarto.org/docs/books> about books.
|
||||
|
||||
|
|
Loading…
Reference in New Issue