From 1f6ddc6c02ac111353d60b45803da80387a0d32d Mon Sep 17 00:00:00 2001 From: Sulgi Kim Date: Wed, 12 Apr 2023 21:51:07 +0900 Subject: [PATCH] Update quarto-formats.qmd (#1421) correct a typo (a Built tab to a Build tab) --- quarto-formats.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto-formats.qmd b/quarto-formats.qmd index 7488d71..49f3b0e 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -245,7 +245,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 Built tab to the IDE that you can use to render and preview 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()`. Read more at about Quarto websites and about books.