summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorGreg Shuflin <greg.shuflin@protonmail.com>2023-07-06 01:48:11 -0700
committerGitHub <noreply@github.com>2023-07-06 10:48:11 +0200
commit076ef3d5f25bdb48f4f33d5bb20b3cc2b64e11a1 (patch)
tree1a557eaf44045184f947fd65a49bf60f5397996c /docs/reference
parentcba200d4eca5846e94733e8b18ee3e69d1d9199c (diff)
Change "behind the colon" to "after the colon" (#1670)
Change "behind the colon" to "after the colon", which is more natural English usage.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/styling.md b/docs/reference/styling.md
index 85095e34..668dde63 100644
--- a/docs/reference/styling.md
+++ b/docs/reference/styling.md
@@ -79,7 +79,7 @@ With show-set rules you can mix and match properties from different functions to
achieve many different effects. But they still limit you to what is predefined
in Typst. For maximum flexibility, you can instead write a show rule that
defines how to format an element from scratch. To write such a show rule,
-replace the set rule behind the colon with an arbitrary
+replace the set rule after the colon with an arbitrary
[function]($type/function). This function receives the element in question and
can return arbitrary content. Different
[fields]($scripting/#fields) are available on the element passed