Skip to content

Commit 93fcd62

Browse files
committed
Minor edits
1 parent f9de2d3 commit 93fcd62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/authoring/brand.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ brand:
9090
---
9191
```
9292

93-
You can disable brand for a document by setting `brand: false`:
93+
You can disable brand for a document by setting `brand` to `false`:
9494

9595
```{.yaml filename="document.qmd"}
9696
---
@@ -213,7 +213,7 @@ logo:
213213
large: logo-large.png
214214
```
215215

216-
You don't need to specify all threeQuarto will use what you provide based on the following preferences:
216+
You don't need to specify all three---Quarto will use what you provide based on the following preferences:
217217

218218
+----------------------+----------------------------------------------+-------------------------------+
219219
| Format | Location | Logo Preference (high to low) |
@@ -222,7 +222,7 @@ You don't need to specify all three—Quarto will use what you provide based on
222222
+----------------------+----------------------------------------------+-------------------------------+
223223
| `html` | Side navigation | `medium`\>`small`\>`large` |
224224
+----------------------+----------------------------------------------+-------------------------------+
225-
| `dashboard` | | Same as website?? |
225+
| `dashboard` | | Same as website. |
226226
+----------------------+----------------------------------------------+-------------------------------+
227227
| `typst` | Top left, control with `format: typst: logo` | `medium`\>`small`\>`large` |
228228
+----------------------+----------------------------------------------+-------------------------------+

0 commit comments

Comments
 (0)