summaryrefslogtreecommitdiff
path: root/docs/src/tutorial
diff options
context:
space:
mode:
authorRafael Oliveira <56204853+RafDevX@users.noreply.github.com>2023-03-27 15:20:22 +0100
committerGitHub <noreply@github.com>2023-03-27 16:20:22 +0200
commit52905cf77f593c8bee0d96ce0a405bdf80323316 (patch)
treef23f8cad680bdd6561100921f0e7ca4073973664 /docs/src/tutorial
parentc5fb34123cad86294887defe9571cd773e9ace99 (diff)
Fix typos in docs (#315)
Diffstat (limited to 'docs/src/tutorial')
-rw-r--r--docs/src/tutorial/3-advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorial/3-advanced.md b/docs/src/tutorial/3-advanced.md
index fcce481f..4749c547 100644
--- a/docs/src/tutorial/3-advanced.md
+++ b/docs/src/tutorial/3-advanced.md
@@ -81,7 +81,7 @@ Last but not least is the `numbering` argument. Here, we can provide a
[numbering pattern]($func/numbering) that defines how to number the pages. By
setting into 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 can even have provided a completely custom
+surrounded by parentheses. And we could even have provided a completely custom
function here to format things to our liking.
## Creating a title and abstract