We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a62539 + 2d703e3 commit 2db1548Copy full SHA for 2db1548
src/content/4/en/part4a.md
@@ -173,7 +173,7 @@ module.exports = notesRouter
173
174
The module exports the router to be available for all consumers of the module.
175
176
-All routes are now defined for the router object, similar to what I did before with the object representing the entire application.
+All routes are now defined for the router object, similar to what was done before with the object representing the entire application.
177
178
It's worth noting that the paths in the route handlers have shortened. In the previous version, we had:
179
0 commit comments