Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Sep 9, 2024
1 parent 70ab6cc commit fd905a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/css/border-image/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")}}

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/border-inline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")}}.

Expand Down

0 comments on commit fd905a4

Please sign in to comment.