mirror of https://github.com/stelzo/typst.git
Correct typo (#5971)
This commit is contained in:
parent
9c41234574
commit
d97967dd40
|
|
@ -447,7 +447,7 @@ document.
|
||||||
To let a function style your whole document, the show rule processes everything
|
To let a function style your whole document, the show rule processes everything
|
||||||
that comes after it and calls the function specified after the colon with the
|
that comes after it and calls the function specified after the colon with the
|
||||||
result as an argument. The `.with` part is a _method_ that takes the `conf`
|
result as an argument. The `.with` part is a _method_ that takes the `conf`
|
||||||
function and pre-configures some if its arguments before passing it on to the
|
function and pre-configures some of its arguments before passing it on to the
|
||||||
show rule.
|
show rule.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue