diff options
author | Ignacio Durand <nachodurand@gmail.com> | 2022-02-08 11:25:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 10:25:27 -0400 |
commit | 1ce3cd2dfffbda0e022bcf78df785cd58399ce06 (patch) | |
tree | ed9ad5f3b921848a082d2248ebdf8f7bf73ab6c1 /files/es/web | |
parent | f80132725d03adaa8cc9ca8035a1cf247748df73 (diff) | |
download | translated-content-1ce3cd2dfffbda0e022bcf78df785cd58399ce06.tar.gz translated-content-1ce3cd2dfffbda0e022bcf78df785cd58399ce06.tar.bz2 translated-content-1ce3cd2dfffbda0e022bcf78df785cd58399ce06.zip |
Fix Typo (#4047)
There was a typo in the word: `indibidualmente`. It should be: `individualmente`.
Diffstat (limited to 'files/es/web')
-rw-r--r-- | files/es/web/css/margin-inline/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; <p>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")}}.</p> -<p>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")}}.</p> +<p>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")}}.</p> <h2 id="Sintaxis">Sintaxis</h2> |