From 5cccbd5d476e813edc322ada32c71156ddd81dbc Mon Sep 17 00:00:00 2001 From: Andrei Emanuel Cretan <44290290+AndyCE@users.noreply.github.com> Date: Thu, 4 Jul 2019 02:37:51 +0200 Subject: [PATCH] Translated the php code (#22412) Translated the comments and the 'echo' value to spanish. --- guide/spanish/php/hello-world/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/spanish/php/hello-world/index.md b/guide/spanish/php/hello-world/index.md index 7d77d89d67..44105eda9e 100644 --- a/guide/spanish/php/hello-world/index.md +++ b/guide/spanish/php/hello-world/index.md @@ -20,7 +20,7 @@ Un script PHP comienza con `` : ```php ``` @@ -28,10 +28,10 @@ o también puede escribir Un script PHP comienza con `` ```php @@ -39,10 +39,10 @@ A continuación, tenemos un ejemplo de un archivo PHP simple, con un script PHP -``` \ No newline at end of file +```