diff options
Diffstat (limited to 'files/es/web/http')
-rw-r--r-- | files/es/web/http/methods/get/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/http/methods/get/index.html b/files/es/web/http/methods/get/index.html index 9c8dfaf09b..187bea4c24 100644 --- a/files/es/web/http/methods/get/index.html +++ b/files/es/web/http/methods/get/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTTP/Methods/GET --- <div>{{HTTPSidebar}}</div> -<p>El método HTTP <strong><code>GET</code> </strong>solicita una representación del recurso especificado. Las solicitudes que usan <strong><code>GET</code></strong> solo deben recuperar datos.</p> +<p>El método HTTP <strong><code>GET</code> </strong>solicita una representación del recurso especificado. Las solicitudes que usan <strong><code>GET</code></strong> solo deben usarse para recuperar datos (no deben incluir datos).</p> <table class="properties"> <tbody> |