From 17f33a316bfa62f11d43c9cd9378b242ee1b372d Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 9 May 2024 15:42:13 +0900 Subject: [PATCH] Remove an unnecessary period (#33500) --- files/en-us/web/css/box-edge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`