Change "behind the colon" to "after the colon" (#1670)

Change "behind the colon" to "after the colon", which is more natural English usage.
This commit is contained in:
Greg Shuflin 2023-07-06 01:48:11 -07:00 committed by GitHub
parent cba200d4ec
commit 076ef3d5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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