fix(curriculum): remove typo in personal-library.md (#48517)

fix(curriculum): typo in personal-library.md
This commit is contained in:
wallodya 2022-11-15 20:12:33 +03:00 committed by GitHub
parent c8963ac24e
commit aed40e1922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ async (getUserInput) => {
};
```
You can send a <b>DELETE</b> 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 <b>DELETE</b> 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) => {