diff options
| author | Robin <mewmew@users.noreply.github.com> | 2025-06-30 10:27:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 08:27:22 +0000 |
| commit | a6cf0247b211974240ac2245c92a328245d16b5d (patch) | |
| tree | 0bf9ded0040bd20659188bbfc0821499fd08b6c2 /docs | |
| parent | c4bcfb18c13c8b6fff26667def1c855162eeb02d (diff) | |
Fix typo in Advanced Styling docs tutorial (#6517)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/3-advanced.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/3-advanced.md b/docs/tutorial/3-advanced.md index b7f338db..41e60ece 100644 --- a/docs/tutorial/3-advanced.md +++ b/docs/tutorial/3-advanced.md @@ -79,7 +79,7 @@ the right. Last but not least is the `numbering` argument. Here, we can provide a [numbering pattern]($numbering) that defines how to number the pages. By -setting into to `{"1"}`, Typst only displays the bare page number. Setting it to +setting it to `{"1"}`, Typst only displays the bare page number. Setting it to `{"(1/1)"}` would have displayed the current page and total number of pages surrounded by parentheses. And we could even have provided a completely custom function here to format things to our liking. |
