summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/layout
diff options
context:
space:
mode:
authorRyan Chua <71936834+Toafu@users.noreply.github.com>2025-02-04 04:40:10 -0500
committerGitHub <noreply@github.com>2025-02-04 09:40:10 +0000
commitb25cf22018e849c7f52ee107789946f7c271e54e (patch)
treec81ae0799b95a3d85560527f0efe62a66d44076d /crates/typst-library/src/layout
parent50ccd7d60f078f3617bfed5c4e8e1fd7d45ec340 (diff)
Fix typo in page documentation (#5804)
Diffstat (limited to 'crates/typst-library/src/layout')
-rw-r--r--crates/typst-library/src/layout/page.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/layout/page.rs b/crates/typst-library/src/layout/page.rs
index 68fd8974..0964dccd 100644
--- a/crates/typst-library/src/layout/page.rs
+++ b/crates/typst-library/src/layout/page.rs
@@ -270,7 +270,7 @@ pub struct PageElem {
/// margin: (top: 32pt, bottom: 20pt),
/// header: [
/// #set text(8pt)
- /// #smallcaps[Typst Academcy]
+ /// #smallcaps[Typst Academy]
/// #h(1fr) _Exercise Sheet 3_
/// ],
/// )