From 2e88f725fa90fad197b54a06c0a6317f21c2c7d7 Mon Sep 17 00:00:00 2001 From: Abdullah Hashim Date: Tue, 18 Jul 2017 23:24:50 +0100 Subject: [PATCH] Changes retrieves to deletes I think the use of the word retrieves in the DELETE request is used mistakenly. --- source/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index 3c0f8f9..8897894 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -225,7 +225,7 @@ let max = api.kittens.delete(2); } ``` -This endpoint retrieves a specific kitten. +This endpoint deletes a specific kitten. ### HTTP Request