summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/page-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/page-setup.md b/docs/guides/page-setup.md
index ac475583..f37ec3b4 100644
--- a/docs/guides/page-setup.md
+++ b/docs/guides/page-setup.md
@@ -406,7 +406,7 @@ the `gutter` parameter.
Very commonly, scientific papers have a single-column title and abstract, while
the main body is set in two-columns. To achieve this effect, Typst's [`place`
function]($place) can temporarily escape the two-column layout by specifying
-`{float: true}` and `{scope: "page"}`:
+`{float: true}` and `{scope: "parent"}`:
```example:single
>>> #set page(height: 180pt)
@@ -416,7 +416,7 @@ function]($place) can temporarily escape the two-column layout by specifying
#place(
top + center,
float: true,
- scope: "page",
+ scope: "parent",
text(1.4em, weight: "bold")[
Impacts of Odobenidae
],