From 0225002ebe1b1d1ac4beafaeff64f8a5d903fffe Mon Sep 17 00:00:00 2001 From: feelsgoodfrog Date: Thu, 21 Nov 2024 20:59:47 +0900 Subject: [PATCH] fix(typo): comma todo-list-api.md --- src/data/projects/todo-list-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/projects/todo-list-api.md b/src/data/projects/todo-list-api.md index b4cf50d3a..ec9a46bfb 100644 --- a/src/data/projects/todo-list-api.md +++ b/src/data/projects/todo-list-api.md @@ -64,7 +64,7 @@ Register a new user using the following request: POST /register { "name": "John Doe", - "email": "john@doe.com" + "email": "john@doe.com", "password": "password" } ```