aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gonzalez <48112791+AndyGlz01@users.noreply.github.com>2022-02-23 11:52:30 -0600
committerGitHub <noreply@github.com>2022-02-23 11:52:30 -0600
commitb06c41e08f5ebd84cb02bcbcbe35a5be6a756c31 (patch)
tree0fb25bd9d5415bab00a784e35b05bb7e3b9b8105
parentab50374d870a93f58bd8787e3d61dd2699f1297a (diff)
downloadtranslated-content-b06c41e08f5ebd84cb02bcbcbe35a5be6a756c31.tar.gz
translated-content-b06c41e08f5ebd84cb02bcbcbe35a5be6a756c31.tar.bz2
translated-content-b06c41e08f5ebd84cb02bcbcbe35a5be6a756c31.zip
spelling errors fixed "cobrir" and "ies" (#4260)
* spelling errors fixed "cobrir" and "ies" * Broken link fixed
-rw-r--r--files/es/web/css/background-repeat/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/css/background-repeat/index.html b/files/es/web/css/background-repeat/index.html
index 21cb7d719e..079bf528e1 100644
--- a/files/es/web/css/background-repeat/index.html
+++ b/files/es/web/css/background-repeat/index.html
@@ -12,7 +12,7 @@ translation_of: Web/CSS/background-repeat
---
<div>{{CSSRef}}</div>
-<p>La propiedad de <a href="/en-US/docs/CSS">CSS</a> <strong><code>background-repeat</code></strong> define como se repiten los fondos del documento. Un fondo de imagen puede ser repetido sobre el eje horizontal, el eje vertical, ambos ejes, o no estar repetido.</p>
+<p>La propiedad de <a href="/es/docs/Web/CSS">CSS</a> <strong><code>background-repeat</code></strong> define como se repiten los fondos del documento. Un fondo de imagen puede ser repetido sobre el eje horizontal, el eje vertical, ambos ejes, o no estar repetido.</p>
<p> </p>
@@ -104,7 +104,7 @@ background-repeat: unset;
<tbody>
<tr>
<td><code>repeat</code></td>
- <td> La imagen se repite hasta cobrir todo el fondo existente. La última imagen debe ser recortada si no encaja.</td>
+ <td> La imagen se repite hasta cubrir todo el fondo existente. La última imagen debe ser recortada si no encaja.</td>
</tr>
<tr>
<td><code>space</code></td>
@@ -116,7 +116,7 @@ background-repeat: unset;
</tr>
<tr>
<td><code>no-repeat</code></td>
- <td>La imagen no se repite (y por lo tanto el area coloreada de la imagen de fondo no debe ser rellenada completamente). La posición del fondo no repetido ies definida por la propiedad de CSS {{cssxref("background-position")}}.</td>
+ <td>La imagen no se repite (y por lo tanto el area coloreada de la imagen de fondo no debe ser rellenada completamente). La posición del fondo no repetido es definida por la propiedad de CSS {{cssxref("background-position")}}.</td>
</tr>
</tbody>
</table>