Skip to content

Commit 85ee745

Browse files
authored
Fix 2 tiny typos (#263)
* Fix typo overriden to overridden * Fix typo wll to will
1 parent 7f8aa41 commit 85ee745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/dynamic-metadata.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ xfun::fenced_block(
5757
) |> gsub(pattern = "^\\s+", replacement = "") |> cat(sep = "\n")
5858
```
5959

60-
Quarto will process this metadata block as an additional metadata block to the frontmatter one. And so, it wll make the metadata available for use throughout the document.
60+
Quarto will process this metadata block as an additional metadata block to the frontmatter one. And so, it will make the metadata available for use throughout the document.
6161

6262
They can be used in various ways, such as in shortcodes or conditional content.
6363

vignettes/hello.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ format:
4242
css: custom.css
4343
```
4444
45-
All those configurations are set in way that they can't be overriden by the YAML header in the vignette source file and only new configurations can be set. Typical examples for such configurations are adding a [table of contents](https://quarto.org/docs/reference/formats/html.html#table-of-contents) or enabling the rendering of mathematical notation in the [format options](https://quarto.org/docs/reference/formats/html.html#format-options), e.g., by MathJax. Specifically, these two options can be set in the following way:
45+
All those configurations are set in way that they can't be overridden by the YAML header in the vignette source file and only new configurations can be set. Typical examples for such configurations are adding a [table of contents](https://quarto.org/docs/reference/formats/html.html#table-of-contents) or enabling the rendering of mathematical notation in the [format options](https://quarto.org/docs/reference/formats/html.html#format-options), e.g., by MathJax. Specifically, these two options can be set in the following way:
4646
4747
````yaml
4848
format:

0 commit comments

Comments
 (0)