Skip to content

Commit 2db1548

Browse files
authored
Merge pull request #3274 from Alkebsi/patch-3
Edited a minor thing in part4a.md
2 parents 4a62539 + 2d703e3 commit 2db1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = notesRouter
173173

174174
The module exports the router to be available for all consumers of the module.
175175

176-
All routes are now defined for the router object, similar to what I did before with the object representing the entire application.
176+
All routes are now defined for the router object, similar to what was done before with the object representing the entire application.
177177

178178
It's worth noting that the paths in the route handlers have shortened. In the previous version, we had:
179179

0 commit comments

Comments
 (0)