Skip to content

Commit db15978

Browse files
committed
Changed wording to make it consistent with the other headings. Also, changed some words so that the number of characters does not exceed the current longest heaeder.
1 parent 0aa92e3 commit db15978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/3/en/part3c.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ app.get('/api/notes', (request, response) => {
435435

436436
The code automatically uses the defined _toJSON_ when formatting notes to the response.
437437

438-
### Database configuration into its own module
438+
### Moving db configuration to its own module
439+
439440

440441
Before we refactor the rest of the backend to use the database, let's extract the Mongoose-specific code into its own module.
441442

0 commit comments

Comments
 (0)