From d6f5c055aab804e87367ab9633fb1e9a23c6e053 Mon Sep 17 00:00:00 2001 From: Filipe Moraes Date: Tue, 23 Nov 2021 22:52:43 -0300 Subject: Fix Typos (#3190) * fix: typos * fix: another typo --- files/pt-br/glossary/idempotent/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/glossary/idempotent') 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

DELETE /idX/delete HTTP/1.1 é idempotente, mesmo que o código de status mude entre requisições:

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
+DELETE /idX/delete HTTP/1.1 -> Retorna 404 como ele acabou de ser deletado +DELETE /idX/delete HTTP/1.1 -> Retorna 404

Aprenda mais

-- cgit v1.2.3-54-g00ecf