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 cc938cc commit a1d2ab4Copy full SHA for a1d2ab4
.learn/exercises/07.2-finish-post-todo/README.md
@@ -18,7 +18,7 @@ Now... if we want to finish our `POST` method, we have to perform the following
18
19
+ Last: Return the new list of `todos`.
20
21
-Currently, this endppint is not adding anything new to our 'database' (the `todos` list).
+Currently, this endpoint is not adding anything new to our 'database' (the `todos` list).
22
23
Let's complete our code so the endpoint can do its job - add a new task to the `todos` list.
24
0 commit comments