diff options
| author | F2011 <110890521+F2011@users.noreply.github.com> | 2025-03-03 21:23:29 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 11:23:29 +0000 |
| commit | d4def0996235a791291bb39a570ae301feea099c (patch) | |
| tree | 5b358f0f65c94fec331e02ed0d75ac4bfa34f908 | |
| parent | 66679920b25a80bf106148b59642fbae166e0d7a (diff) | |
Correct typo (#5971)
| -rw-r--r-- | docs/guides/guide-for-latex-users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 5137ae1a..fffa6c52 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -447,7 +447,7 @@ document. 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 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. </div> |
