Commit 4083cfa4de8f437a43ab35c4e854d170a60c4660
1 parent
efa21573
Exists in
master
and in
4 other branches
fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/api/projects.md
... | ... | @@ -256,7 +256,7 @@ Will return updated snippet with status `200 OK` on success, or `404 Not found` |
256 | 256 | |
257 | 257 | ## Delete snippet |
258 | 258 | |
259 | -Update an existing project snippet. | |
259 | +Delete existing project snippet. | |
260 | 260 | |
261 | 261 | ``` |
262 | 262 | DELETE /projects/:id/snippets/:snippet_id | ... | ... |