aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Torres <83385173+noxti69@users.noreply.github.com>2022-03-15 08:24:54 -0600
committerGitHub <noreply@github.com>2022-03-15 08:24:54 -0600
commit6a1b84649d65914abfafe286065548559cbe2cee (patch)
treebaac5e8ccb3fa20c7bfb76bb27da759fc3dbc284
parente1f35981b728d794d3c90d856196c684785c3a40 (diff)
downloadtranslated-content-6a1b84649d65914abfafe286065548559cbe2cee.tar.gz
translated-content-6a1b84649d65914abfafe286065548559cbe2cee.tar.bz2
translated-content-6a1b84649d65914abfafe286065548559cbe2cee.zip
Small spanish translation mistake (#4627)
In the 33rd line on the list element, the word "Agragar" was changed to "Agregar" (means to add).
-rw-r--r--files/es/web/http/methods/post/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/http/methods/post/index.html b/files/es/web/http/methods/post/index.html
index 4591f8ae73..3fd9b0c1d8 100644
--- a/files/es/web/http/methods/post/index.html
+++ b/files/es/web/http/methods/post/index.html
@@ -30,7 +30,7 @@ translation_of: Web/HTTP/Methods/POST
<ul>
<li>Modificación de recursos existentes.</li>
<li>Publicar un mensaje en un tablón de anuncios, grupo de noticias, lista de correos, o grupos similares de artículos;</li>
- <li>Agragar un nuevo usuario a través de un modal de suscripciones;</li>
+ <li>Agregar un nuevo usuario a través de un modal de suscripciones;</li>
<li>Proveer un conjunto de datos, como resultado del envío de un formulario, a un proceso data-handling.</li>
<li>Extender una base de datos a través de una operación de concatenación.</li>
</ul>