From 4c3d75e26eeae1c8e5752e57c92698eed4623861 Mon Sep 17 00:00:00 2001 From: Robario Date: Thu, 8 Aug 2019 16:38:19 +0900 Subject: [PATCH] fix japanese --- content/docs/ja/elements/layouts/absolute-layout.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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属性を持ちます。 +* 子要素にレイアウト上の成約を課しません。 +* ランタイム上で子要素のサイズに変更があった時にそれを自動でリサイズはしません。 ## 例