summaryrefslogtreecommitdiff
path: root/tests/typ/layout/page.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-19 23:33:33 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-19 23:33:33 +0100
commit8eeb4ad8f6df3bedebdb86f95e013a9ea71fb687 (patch)
tree435a9afc2cfd900e6cb76e77d3e57b964c89ec8c /tests/typ/layout/page.typ
parent565b1977aef9db70aef29a1eb8747f42a7fe4a15 (diff)
Rename `margins` to `margin`
Diffstat (limited to 'tests/typ/layout/page.typ')
-rw-r--r--tests/typ/layout/page.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/page.typ b/tests/typ/layout/page.typ
index 918f674b..50b6a394 100644
--- a/tests/typ/layout/page.typ
+++ b/tests/typ/layout/page.typ
@@ -24,7 +24,7 @@
// Test page fill.
#set page(width: 80pt, height: 40pt, fill: eastern)
#text(15pt, "Roboto", fill: white, smallcaps[Typst])
-#page(width: 40pt, fill: none, margins: (top: 10pt, rest: auto))[Hi]
+#page(width: 40pt, fill: none, margin: (top: 10pt, rest: auto))[Hi]
---
// Just page followed by pagebreak.