Skip to content

Commit

Permalink
fix(typo): comma todo-list-api.md (#7772)
Browse files Browse the repository at this point in the history
  • Loading branch information
GHGHGHKO authored Nov 22, 2024
1 parent 6c86cc4 commit 7ea7ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/projects/todo-list-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Register a new user using the following request:
POST /register
{
"name": "John Doe",
"email": "[email protected]"
"email": "[email protected]",
"password": "password"
}
```
Expand Down

0 comments on commit 7ea7ae6

Please sign in to comment.