We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b49d7 commit 4bacc1bCopy full SHA for 4bacc1b
.learn/exercises/08-delete-todo/README.md
@@ -1,6 +1,6 @@
1
# `08` Delete todo
2
3
-Deleting a todo is basically the opposite of adding a new one, so you should use 90% of the code from the 'POST /todos' feature.
+Deleting a todo is basically the opposite of adding a new one, so you should use 90% of the code from the `POST /todos` feature.
4
5
The main difference is that `DELETE /todos/<position:int>` will receive the position to delete in the URL of the request like this:
6
0 commit comments