Skip to content

Commit 22a0886

Browse files
committed
Update README.md
1 parent 9474f57 commit 22a0886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ Middleware functions that return a Promise will call `next(value)` when they rej
16111611
<b><a href="#table-of-contents">↥ back to top</a></b>
16121612
</div>
16131613

1614-
## Q. Explain the use of next in node.js with example?
1614+
## Q. Explain the use of next in Node.js?
16151615

16161616
The next function is a function in the Express router which, when invoked, executes the middleware succeeding the current middleware.
16171617

0 commit comments

Comments
 (0)