From fad914550f1479b9f09f4f258d2ae7c48e1606be Mon Sep 17 00:00:00 2001 From: Kristina Gern Date: Fri, 22 Feb 2019 11:35:21 -0700 Subject: [PATCH] Edit for clarity (#32927) --- guide/english/css/margins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/margins/index.md b/guide/english/css/margins/index.md index 59042c2ed1..b44b97cdf9 100644 --- a/guide/english/css/margins/index.md +++ b/guide/english/css/margins/index.md @@ -5,7 +5,7 @@ title: Margins The `margin` CSS property sets the margin area on all four sides of an element. This property can be used to generate space around content (outside the border). It is a shorthand to set all individual margins at once: `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`. Values are defined in the clockwise direction. -Margin values are set using lengths or percentages or `auto` or `inherit` keyword, and may accept zero or negative values. The initial, or default, value for all margin properties is 0. While you can use `inherit` keyword but it can not be used along with a length value. +Margin values are set using lengths or percentages or `auto` or `inherit` keyword, and may accept zero or negative values. The initial or default value for all margin properties is 0. While you can use `inherit` keyword, it can not be used along with a length value. ## Syntax ```css