Skip to content

Commit a0a34a4

Browse files
authored
Merge pull request #1565 from quarto-dev/sync-1564-to-prerelease
[Sync to prerelease] docs: Fix grammar and HTML section in book-basics qmd
2 parents 27fa73e + 1985772 commit a0a34a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/books/book-basics.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ Creating a PDF preview with the AsciiDoc toolchain is a useful way to verify tha
200200

201201
#### Previewing HTML with Asciidoctor
202202

203-
Creating an HTML preview the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions:
203+
Creating an HTML preview with the AsciiDoc toolchain is a useful way to verify that the AsciiDoc output of your book can be rendered properly. To do this, follow these instructions:
204204

205205
1. First, install Asciidoctor by following the instructions here: <https://docs.asciidoctor.org/asciidoctor/latest/install/>
206206

207-
2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to a PDF:
207+
2. From the terminal in the root of your project, use the following command to compile your AsciiDoc book to HTML:
208208

209209
``` bash
210210
$ asciidoctor _book/book-asciidoc/<title>.adoc
@@ -220,7 +220,7 @@ Once you've got the basic book template up and running check out these articles
220220

221221
- [Book Crossrefs](book-crossrefs.qmd) explains how to create cross references to sections, figures, tables, equations and more within books.
222222

223-
- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output format as well as how to provide navigation and other tools for readers.
223+
- [Book Output](book-output.qmd) covers customizing the style and appearance of your book in the various output formats as well as how to provide navigation and other tools for readers.
224224

225225
- [Book Options](/docs/reference/projects/books.qmd) provides a comprehensive reference to all of the available book options.
226226

0 commit comments

Comments
 (0)