summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-25 14:00:22 +0100
committerLaurenz <laurmaedje@gmail.com>2025-02-26 21:21:15 +0100
commitd04f014fc6fef4a1a4031d1f1f00b5cbd4599c05 (patch)
tree2477947bba5b54468abc06c4cea00c25ec97ccf6 /docs
parent4a78a7d082aea2477411caea628d61b0b75be926 (diff)
Fix paper name in page setup guide (#5956)
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/page-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md
index c93a778e..36ed0fa2 100644
--- a/docs/guides/page-setup.md
+++ b/docs/guides/page-setup.md
@@ -56,7 +56,7 @@ requirements with examples.
Typst's default page size is A4 paper. Depending on your region and your use
case, you will want to change this. You can do this by using the
[`{page}`]($page) set rule and passing it a string argument to use a common page
-size. Options include the complete ISO 216 series (e.g. `"iso-a4"`, `"iso-c2"`),
+size. Options include the complete ISO 216 series (e.g. `"a4"` and `"iso-c2"`),
customary US formats like `"us-legal"` or `"us-letter"`, and more. Check out the
reference for the [page's paper argument]($page.paper) to learn about all
available options.