diff options
author | Filipe Moraes <filipemoraes2210@gmail.com> | 2021-11-23 22:52:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 22:52:43 -0300 |
commit | d6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch) | |
tree | 6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/glossary | |
parent | 0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff) | |
download | translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.gz translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.bz2 translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.zip |
Fix Typos (#3190)
* fix: typos
* fix: another typo
Diffstat (limited to 'files/pt-br/glossary')
-rw-r--r-- | files/pt-br/glossary/idempotent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/glossary/idempotent/index.html b/files/pt-br/glossary/idempotent/index.html index 8a23e78e11..6a811f9a82 100644 --- a/files/pt-br/glossary/idempotent/index.html +++ b/files/pt-br/glossary/idempotent/index.html @@ -33,8 +33,8 @@ POST /add_row HTTP/1.1 -> Adiciona a 3ª linha <p><code>DELETE /idX/delete HTTP/1.1</code> é idempotente, mesmo que o código de status mude entre requisições:</p> <pre>DELETE /idX/delete HTTP/1.1 -> Retorna 200 se idX existe -DELETE /idX/delete HTTP/1.1 -> Returna 404 como ele acabou de ser deletado -DELETE /idX/delete HTTP/1.1 -> Returna 404</pre> +DELETE /idX/delete HTTP/1.1 -> Retorna 404 como ele acabou de ser deletado +DELETE /idX/delete HTTP/1.1 -> Retorna 404</pre> <h2 id="Aprenda_mais">Aprenda mais</h2> |