diff --git a/files/en-us/web/css/box-edge/index.md b/files/en-us/web/css/box-edge/index.md index e3878848f731d60..e6d934b3dad3b18 100644 --- a/files/en-us/web/css/box-edge/index.md +++ b/files/en-us/web/css/box-edge/index.md @@ -50,7 +50,7 @@ The `` keywords are defined as follows: - `content-box` - - : Refers to the outer edge of the box's content area. . The content box is the innermost box. The content area contains the actual content, such as text, images, or other HTML elements. In SVG, this value is treated as `fill-box`. + - : Refers to the outer edge of the box's content area. The content box is the innermost box. The content area contains the actual content, such as text, images, or other HTML elements. In SVG, this value is treated as `fill-box`. - `padding-box`