From 8f756ef9d631cc60bbe93de2bde821e7634610c0 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 16 Sep 2022 21:48:45 +0400 Subject: [PATCH] Fix broken build --- .../104-nodejs-async-programming/108-process-next-tick.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md index d6a067b0e..57b4e5b89 100644 --- a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md +++ b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/108-process-next-tick.md @@ -5,5 +5,5 @@ Every time the event loop takes a full trip, we call it a tick. When we pass a f Free Content Understanding Process.NextTick() -The Node.js process.nextTick() +The Node.js process.nextTick() The process.nextTick Function