Skip to content

Commit dc09be9

Browse files
authored
Update typst.qmd
Correcting misspelt words in text
1 parent 72e9a23 commit dc09be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/output-formats/typst.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ margin:
106106

107107
This sets the margins in the horizontal direction (`x`), i.e. `left` and `right`, as well as the margins in the vertical direction (`y`), i.e. `top` and `bottom` to 1.25 inches.
108108

109-
The values for the margins are specfied using Typst's [length](https://typst.app/docs/reference/layout/length/), (e.g. `5cm`) or [relative length](https://typst.app/docs/reference/layout/relative/) (e.g. `10%`) types. You can specify a single margin:
109+
The values for the margins are specified using Typst's [length](https://typst.app/docs/reference/layout/length/), (e.g. `5cm`) or [relative length](https://typst.app/docs/reference/layout/relative/) (e.g. `10%`) types. You can specify a single margin:
110110

111111
```yaml
112112
margin:
@@ -138,7 +138,7 @@ section-numbering: 1.A.a
138138
---
139139
```
140140

141-
You can read more about sepcifying the numbering schema in the [Typst documentation for numbering](https://typst.app//docs/reference/model/numbering#parameters-numbering).
141+
You can read more about specifying the numbering schema in the [Typst documentation for numbering](https://typst.app//docs/reference/model/numbering#parameters-numbering).
142142

143143
{{< include /docs/output-formats/_code-annotation.md >}}
144144

0 commit comments

Comments
 (0)