Skip to content

Commit

Permalink
Changes retrieves to deletes
Browse files Browse the repository at this point in the history
I think the use of the word retrieves in the DELETE request is used mistakenly.
  • Loading branch information
Abdullah Hashim authored and lord committed Jul 20, 2017
1 parent bdb6930 commit 2e88f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ let max = api.kittens.delete(2);
}
```

This endpoint retrieves a specific kitten.
This endpoint deletes a specific kitten.

### HTTP Request

Expand Down

0 comments on commit 2e88f72

Please sign in to comment.