diff options
| author | Pierre <66693681+extua@users.noreply.github.com> | 2023-10-17 17:15:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 11:15:19 +0200 |
| commit | 9800b9ff30402e4afdc182862ca1d030adc579c6 (patch) | |
| tree | c3d5fc2e46c7ebeaf240170bec11231a467e75bc /docs | |
| parent | d25c5ac9a20d4f9645bc649773238b632b4359a0 (diff) | |
mehtod to method in page-setup.md (#2412)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guides/page-setup.md | 2 |
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 |
