Skip to content

Commit b6026a1

Browse files
authored
Merge pull request #3521 from stritch-dev/source
Changed wording to make it consistent with the other headings. Also, …
2 parents d49736c + db15978 commit b6026a1

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)