From fd905a457783b807ba2caa67b019c4a970191ab6 Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:28:16 +0530 Subject: [PATCH] test fix --- files/en-us/web/css/border-image/index.md | 2 +- files/en-us/web/css/border-inline/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/css/border-image/index.md b/files/en-us/web/css/border-image/index.md index a3c97d87505fe2c..21b138c26d58ce7 100644 --- a/files/en-us/web/css/border-image/index.md +++ b/files/en-us/web/css/border-image/index.md @@ -7,7 +7,7 @@ browser-compat: css.properties.border-image {{CSSRef}} -The **`border-image`** [CSS](/en-US/docs/Web/CSS) properrty draws an image around a given element. It replaces the element's regular [border](/en-US/docs/Web/CSS/border). +The **`border-image`** [CSS](/en-US/docs/Web/CSS) property draws an image around a given element. It replaces the element's regular [border](/en-US/docs/Web/CSS/border). {{EmbedInteractiveExample("pages/css/border-image.html")}} diff --git a/files/en-us/web/css/border-inline/index.md b/files/en-us/web/css/border-inline/index.md index 73217ed8cf30bfb..066fda08364e38f 100644 --- a/files/en-us/web/css/border-inline/index.md +++ b/files/en-us/web/css/border-inline/index.md @@ -11,7 +11,7 @@ The **`border-inline`** [CSS](/en-US/docs/Web/CSS) property is a [shorthand prop {{EmbedInteractiveExample("pages/css/border-inline.html")}} -The physical borders to which `border-inline` maps depends on the eelement's writing mode, directionality, and text orientation. It corresponds to the {{cssxref("border-top")}} and {{cssxref("border-bottom")}} or {{cssxref("border-right")}}, and {{cssxref("border-left")}} properties, depending on the values defined for {{cssxref("writing-mode")}}, {{cssxref("direction")}}, and {{cssxref("text-orientation")}}. +The physical borders to which `border-inline` maps depends on the element's writing mode, directionality, and text orientation. It corresponds to the {{cssxref("border-top")}} and {{cssxref("border-bottom")}} or {{cssxref("border-right")}}, and {{cssxref("border-left")}} properties, depending on the values defined for {{cssxref("writing-mode")}}, {{cssxref("direction")}}, and {{cssxref("text-orientation")}}. The borders in the other dimension can be set with {{cssxref("border-block")}}, which sets {{cssxref("border-block-start")}}, and {{cssxref("border-block-end")}}.