summaryrefslogtreecommitdiff
path: root/docs/src/reference/styling.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-12 20:23:52 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-12 20:25:24 +0100
commit7b2cdb9d95331bba87f9ae54c71b7103a10faf1c (patch)
tree8b0581fd14849e6a6ceaa9527ed8534e05d2b695 /docs/src/reference/styling.md
parent77c29b36d4e8706163c8d52359577e403a15a1ae (diff)
Require colon in show rule
Diffstat (limited to 'docs/src/reference/styling.md')
-rw-r--r--docs/src/reference/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/styling.md b/docs/src/reference/styling.md
index 92b5f8c9..8e3937b4 100644
--- a/docs/src/reference/styling.md
+++ b/docs/src/reference/styling.md
@@ -110,7 +110,7 @@ element. And apart from a function, the left-hand side of a show rule can also
take a number of other _selectors_ that define what to apply the transformation
to:
-- **Everything:** `{show rest => ..}` \
+- **Everything:** `{show: rest => ..}` \
Transform everything after the show rule. This is useful to apply a more
complex layout to your whole document without wrapping everything in a giant
function call.