From 10361750de9a278a0abb37680f96d17fa9771edf Mon Sep 17 00:00:00 2001 From: Stahlone <30509192+Stahlone@users.noreply.github.com> Date: Mon, 29 Oct 2018 05:18:20 +0100 Subject: [PATCH] fix: improved translation (#25352) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While correct, the original translation didn´t feel natural for a spanish speaker. --- guide/spanish/css/background-size/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/css/background-size/index.md b/guide/spanish/css/background-size/index.md index f5ec3d33cd..16c68c1d3a 100644 --- a/guide/spanish/css/background-size/index.md +++ b/guide/spanish/css/background-size/index.md @@ -17,7 +17,7 @@ La propiedad de tamaño de fondo especifica el tamaño de las imágenes de fondo .percentage {background-size: 50% 50%;} ``` -Para establecer esta propiedad en varias imágenes de fondo, valores separados por comas: +Para establecer esta propiedad en varias imágenes de fondo separe los valores utilizando comas: ```css .multiple { @@ -32,4 +32,4 @@ Documentación: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/backgroun Trucos CSS: [tamaño de fondo](https://css-tricks.com/almanac/properties/b/background-size/) -Soporte del navegador: [Caniuse](http://caniuse.com/#search=background-size) \ No newline at end of file +Soporte del navegador: [Caniuse](http://caniuse.com/#search=background-size)