mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): remove typo in personal-library.md (#48517)
fix(curriculum): typo in personal-library.md
This commit is contained in:
parent
c8963ac24e
commit
aed40e1922
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user