summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/guides/page-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md
index fec17fc0..046bf9f4 100644
--- a/docs/guides/page-setup.md
+++ b/docs/guides/page-setup.md
@@ -441,7 +441,7 @@ nesting and write more legible Typst markup:
```
The show rule will wrap everything that comes after it in its function. The
-[`with` mehtod]($function.with) allows us to pass arguments, in this case, the
+[`with` method]($function.with) allows us to pass arguments, in this case, the
column count, to a function without calling it.
Another use of the `columns` function is to create columns inside of a container