From 1ce3cd2dfffbda0e022bcf78df785cd58399ce06 Mon Sep 17 00:00:00 2001 From: Ignacio Durand Date: Tue, 8 Feb 2022 11:25:27 -0300 Subject: Fix Typo (#4047) There was a typo in the word: `indibidualmente`. It should be: `individualmente`. --- files/es/web/css/margin-inline/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/es/web') diff --git a/files/es/web/css/margin-inline/index.html b/files/es/web/css/margin-inline/index.html index 9a437b6bb0..3db9841b41 100644 --- a/files/es/web/css/margin-inline/index.html +++ b/files/es/web/css/margin-inline/index.html @@ -24,7 +24,7 @@ margin-inline: unset;

Estos valores corresponden a las propiedades {{CSSxRef("margin-top")}} y {{CSSxRef("margin-bottom")}}, o {{CSSxRef("margin-right")}}, y {{CSSxRef("margin-left")}} dependiendo de los valores definidos por {{CSSxRef("writing-mode")}}, {{CSSxRef("direction")}}, y {{CSSxRef("text-orientation")}}.

-

Los valores pueden ser establecidos indibidualmente como {{CSSxRef("margin-inline-start")}} y {{CSSxRef("margin-inline-end")}}. La propiedad de dirección de bloque es {{CSSxRef("margin-block")}} que establece {{CSSxRef("margin-block-start")}}, y {{CSSxRef("margin-block-end")}}.

+

Los valores pueden ser establecidos individualmente como {{CSSxRef("margin-inline-start")}} y {{CSSxRef("margin-inline-end")}}. La propiedad de dirección de bloque es {{CSSxRef("margin-block")}} que establece {{CSSxRef("margin-block-start")}}, y {{CSSxRef("margin-block-end")}}.

Sintaxis

-- cgit v1.2.3-54-g00ecf