Skip to content

Commit a1d2ab4

Browse files
authored
Update README.md
1 parent cc938cc commit a1d2ab4

File tree

1 file changed

+1
-1
lines changed
  • .learn/exercises/07.2-finish-post-todo

1 file changed

+1
-1
lines changed

.learn/exercises/07.2-finish-post-todo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Now... if we want to finish our `POST` method, we have to perform the following
1818

1919
+ Last: Return the new list of `todos`.
2020

21-
Currently, this endppint is not adding anything new to our 'database' (the `todos` list).
21+
Currently, this endpoint is not adding anything new to our 'database' (the `todos` list).
2222

2323
Let's complete our code so the endpoint can do its job - add a new task to the `todos` list.
2424

0 commit comments

Comments
 (0)