Skip to content

Commit aaedbde

Browse files
authored
Merge pull request #4162 from shreyareddyedulakanti/patch-6
Update part3a.md
2 parents 4e2b19b + fa675d8 commit aaedbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Using Postman is quite easy in this situation. It's enough to define the URL and
525525

526526
The backend server appears to respond correctly. By making an HTTP GET request to <http://localhost:3001/api/notes> we see that the note with the id 2 is no longer in the list, which indicates that the deletion was successful.
527527

528-
Because the notes in the application are only saved to memory, the list of notes will return to its original state when we restart the application.
528+
Currently, the notes in the application are hard-coded and not yet saved in a database, so the list of notes will reset to its original state when we restart the application.
529529

530530
### The Visual Studio Code REST client
531531

0 commit comments

Comments
 (0)