From 52bce1fad5223ceafc734ca7078fb7dd9b463c46 Mon Sep 17 00:00:00 2001 From: Lv777 <39904184+OBQun@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:51:21 +0800 Subject: typo 防止 -> 放置 (#4235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zh-cn/web/css/justify-self/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/css/justify-self/index.html b/files/zh-cn/web/css/justify-self/index.html index 8e4596efc1..cc9d9b06f7 100644 --- a/files/zh-cn/web/css/justify-self/index.html +++ b/files/zh-cn/web/css/justify-self/index.html @@ -35,7 +35,7 @@ justify-self: stretch; /* 位置对齐 */ justify-self: center; /* 在中间放置元素 */ justify-self: start; /* 在开始处放置元素 */ -justify-self: end; /* 在结束处防止元素 */ +justify-self: end; /* 在结束处放置元素 */ justify-self: flex-start; /* 与 'start' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */ justify-self: flex-end; /* 与 'end' 等效。注意 justify-self 在 Flexbox 布局中被忽略。 */ justify-self: self-start; -- cgit v1.2.3-54-g00ecf