Skip to content

Commit f452eb8

Browse files
committed
typos
1 parent ee7e75f commit f452eb8

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
lines changed

docs/authoring/brand.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ theme:
672672
- tweaks.scss # a user-defined customization
673673
```
674674
675-
As a result, values set by `brand` here are potentially overriden by the `cosmo` theme or by `tweaks.scss`.
675+
As a result, values set by `brand` here are potentially overridden by the `cosmo` theme or by `tweaks.scss`.
676676
This is sometimes useful, but often you will want to make `brand` _more_ important than the theme.
677677
For these situations, use the following:
678678

docs/authoring/create-citeable-articles.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Quarto's approach to emitting scholarly metadata is to take the standard CSL fie
248248
- Nick Fury
249249
```
250250
251-
The list of authors provded under the citation key will be used instead of the document authors when generating the html metadata.
251+
The list of authors provided under the citation key will be used instead of the document authors when generating the html metadata.
252252
253253
[^2]: Specify one or more editors using one of the following:
254254

docs/authoring/diagrams.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ There are a variety of tools available to improve your productivity authoring di
9696

9797
4) The Quarto Extension for VS Code and Positron (available on both [OpenVSX](https://open-vsx.org/extension/quarto/quarto) and [Microsoft's marketplace](https://marketplace.visualstudio.com/items?itemName=quarto.quarto)) supports live preview of diagrams embedded in `.qmd` files and in `.mmd` and `.dot` files:
9898

99-
![](images/vscode-graphviz.gif){.border fig-alt="A Quarto document being edited in Visual Studio Code, with a live preview of the currenly edited diagram shown in a pane to the right"}
99+
![](images/vscode-graphviz.gif){.border fig-alt="A Quarto document being edited in Visual Studio Code, with a live preview of the currently edited diagram shown in a pane to the right"}
100100

101101
## Cross-References
102102

docs/authoring/figures.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ You can specify `fig-scap` as an executable code block option or as an attribute
324324

325325
### PGF/Ti*k*Z Graphics
326326

327-
If you are creating LaTeX output, Quarto will automatically emit the correct LaTeX for markdown images that reference `.tex` files containg [PGF/Ti*k*Z](https://en.wikipedia.org/wiki/PGF/TikZ) vector graphics. For example, the following markdown images:
327+
If you are creating LaTeX output, Quarto will automatically emit the correct LaTeX for markdown images that reference `.tex` files containing [PGF/Ti*k*Z](https://en.wikipedia.org/wiki/PGF/TikZ) vector graphics. For example, the following markdown images:
328328

329329
``` markdown
330330
![](image1.tex)

docs/authoring/images/linux-kernel-diagram.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ digraph "Linux_kernel_diagram" {
304304
label = "storage devices:\nSCSI, NVMe ...",
305305
row = chip]
306306
block -> SD
307-
} // storge
307+
} // storage
308308
subgraph HI {
309309
node [color = "#cfbf57ff"]
310310
edge [

docs/authoring/placeholder.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can customize the size and format of the image by providing parameters to th
2121

2222
## Usage
2323

24-
The `placeholder` shortcode can take additional arguments controling the size and format of the image:
24+
The `placeholder` shortcode can take additional arguments controlling the size and format of the image:
2525

2626
::: {layout-ncol=1}
2727
```markdown

docs/blog/posts/2022-02-13-feature-callouts/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using Callouts
3-
subtitle: Use callouts to draw attention to important complementary content without interupting the document flow
3+
subtitle: Use callouts to draw attention to important complementary content without interrupting the document flow
44
description: |
55
Callouts are an excellent way to draw extra attention to certain concepts, or to more clearly indicate that certain content is supplemental or applicable to only some scenarios.
66
categories:

docs/blog/posts/2024-01-24-1.4-release/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We are particularly excited about how easy it is to make templates for journal a
5151

5252
![IEEE](images/typst-format-ieee.png){.lightbox group="custom-formats" fig-alt="Screenshot of a page showing a article styled according IEEE standards. The title is centered with authors below in two columns."}
5353

54-
![Poster](images/typst-format-poster.png){.lightbox group="custom-formats" fig-alt="Screenshot of a poster in landscape orientiation. The poster includes a logo in the top right, a title in the top left, and content arranged in three columns."}
54+
![Poster](images/typst-format-poster.png){.lightbox group="custom-formats" fig-alt="Screenshot of a poster in landscape orientation. The poster includes a logo in the top right, a title in the top left, and content arranged in three columns."}
5555

5656
![Letter](images/typst-format-letter.png){.lightbox group="custom-formats" fig-alt="Screenshot of a page showing a letter. A sender address is across the top of the page, followed by a recipient address left justified. The body of the letter includes a subject line in bold."}
5757

docs/books/book-crossrefs.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you aren't already familiar with using crossrefs you may want to read the doc
1717
To reference a figure, table, or other cross-referenceable entity, use the `@` syntax (similar to citations) along with the ID / label of the entity you are referencing: For example:
1818

1919
``` markdown
20-
See @fig-penginus-by-island for a breakdown by island.
20+
See @fig-penguins-by-island for a breakdown by island.
2121
```
2222

2323
References made this way will be automatically resolved across chapters (including the requisite chapter number in the reference).

docs/computations/ojs.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ data = FileAttachment("palmer-penguins.csv").csv({ typed: true })
198198

199199
To learn about all of the options available, see the article on [OJS Cells](/docs/interactive/ojs/ojs-cells.qmd).
200200

201-
In addition to OJS cells which interupt the flow of markdown, you can also include code inline. Read more about inline code in the [Inline Code](inline-code.qmd) article.
201+
In addition to OJS cells which interrupt the flow of markdown, you can also include code inline. Read more about inline code in the [Inline Code](inline-code.qmd) article.
202202

203203
## Learning More
204204

0 commit comments

Comments
 (0)