From 7135901867142c324975efffbf8ea2caadd8b36f Mon Sep 17 00:00:00 2001 From: javisenberg Date: Mon, 29 Oct 2018 02:58:18 +0100 Subject: [PATCH] Language mistake corrected (#24570) Updated some spanish syntax to make it more readable. --- guide/spanish/php/loops/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/spanish/php/loops/index.md b/guide/spanish/php/loops/index.md index a698f822fe..9c169cdd02 100644 --- a/guide/spanish/php/loops/index.md +++ b/guide/spanish/php/loops/index.md @@ -10,8 +10,8 @@ Las condiciones generalmente devuelven `true` o `false` cuando se analizan. Un bucle continuará ejecutándose hasta que la condición definida devuelva `false` . -Puede escribir `php for` , `php while` o `php do while` obtiene más información sobre cualquiera de estos. +Puede escribir `php for` , `php while` o `php do while` para obtener más información sobre cualquiera de estos. ### Más información -* [PHP.net - Para Loops](https://secure.php.net/manual/control-structures.for.php) \ No newline at end of file +* [PHP.net - For Loops](https://secure.php.net/manual/control-structures.for.php)