Changes retrieves to deletes

I think the use of the word retrieves in the DELETE request is used mistakenly.
This commit is contained in:
Abdullah Hashim
2017-07-18 23:24:50 +01:00
committed by Robert Lord
parent bdb6930310
commit 2e88f725fa

View File

@@ -225,7 +225,7 @@ let max = api.kittens.delete(2);
}
```
This endpoint retrieves a specific kitten.
This endpoint deletes a specific kitten.
### HTTP Request