We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e629384 commit cd241b1Copy full SHA for cd241b1
crates/typst-library/src/layout/align.rs
@@ -111,7 +111,7 @@ impl Show for Packed<AlignElem> {
111
/// - `center`: 水平方向の中央に配置。
112
/// - `right`: 右側に配置。
113
/// - `top`: 上側に配置。
114
-/// - `horizon`: 垂直方法の中央に配置。
+/// - `horizon`: 垂直方向の中央に配置。
115
/// - `bottom`: 下側に配置。
116
///
117
/// これらの値はグローバルスコープでも、alignment型のスコープでも用いることができます。
0 commit comments