mehtod to method in page-setup.md (#2412)

This commit is contained in:
Pierre 2023-10-17 17:15:19 +08:00 committed by GitHub
parent d25c5ac9a2
commit 9800b9ff30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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