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.
1 parent 9474f57 commit 22a0886Copy full SHA for 22a0886
README.md
@@ -1611,7 +1611,7 @@ Middleware functions that return a Promise will call `next(value)` when they rej
1611
<b><a href="#table-of-contents">↥ back to top</a></b>
1612
</div>
1613
1614
-## Q. Explain the use of next in node.js with example?
+## Q. Explain the use of next in Node.js?
1615
1616
The next function is a function in the Express router which, when invoked, executes the middleware succeeding the current middleware.
1617
0 commit comments