diff --git a/content/docs/ja/elements/layouts/absolute-layout.md b/content/docs/ja/elements/layouts/absolute-layout.md index 9fe3d4b9..62d14ffd 100644 --- a/content/docs/ja/elements/layouts/absolute-layout.md +++ b/content/docs/ja/elements/layouts/absolute-layout.md @@ -9,9 +9,9 @@ contributors: [Spice-Z] ``の特徴は以下の通りです: -* 小要素の位置を調節するためにleft/top属性を持ちます。 -* 小要素にレイアウト上の成約を課しません。 -* ランタイム上で小要素のサイズに変更があった時にそれを自動でリサイズはしません。 +* 子要素の位置を調節するためにleft/top属性を持ちます。 +* 子要素にレイアウト上の成約を課しません。 +* ランタイム上で子要素のサイズに変更があった時にそれを自動でリサイズはしません。 ## 例