summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authoroliver <151407407+kwfn@users.noreply.github.com>2023-12-12 10:34:46 -0400
committerGitHub <noreply@github.com>2023-12-12 15:34:46 +0100
commit8d7d18c4d6f51ba3ace50263b6c83e0e0378248f (patch)
tree04c68b79279866c537c2624a2303b503e81ae9b9 /docs/guides
parent343a423e9f07f4bccc41bc0a60a3a2251c8a228a (diff)
More consistent spelling of "behaviour" (#2923)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/guide-for-latex-users.md2
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 df1704fa..61a972eb 100644
--- a/docs/guides/guide-for-latex-users.md
+++ b/docs/guides/guide-for-latex-users.md
@@ -470,7 +470,7 @@ $ delta "if" x <= 5 $
In Typst, delimiters will scale automatically for their expressions, just as if
`\left` and `\right` commands were implicitly inserted in LaTeX. You can
-customize delimiter behavior using the [`lr` function]($math.lr). To
+customize delimiter behaviour using the [`lr` function]($math.lr). To
prevent a pair of delimiters from scaling, you can escape them with backslashes.
Typst will automatically set terms around a slash `/` as a fraction while