From aed40e192232e74a73cfeebf640e665bac9c60a8 Mon Sep 17 00:00:00 2001 From: wallodya <78960605+wallodya@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:12:33 +0300 Subject: [PATCH] fix(curriculum): remove typo in personal-library.md (#48517) fix(curriculum): typo in personal-library.md --- .../quality-assurance-projects/personal-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/personal-library.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/personal-library.md index 3a1b1573d67..d8869a4a892 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/personal-library.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/personal-library.md @@ -171,7 +171,7 @@ async (getUserInput) => { }; ``` -You can send a DELETE request to `/api/books` to delete all books in the database. The returned response will be the string `'complete delete successful` if successful. +You can send a DELETE request to `/api/books` to delete all books in the database. The returned response will be the string `complete delete successful` if successful. ```js async (getUserInput) => {