diff --git a/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md b/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md
index b953c11dd..d98bc9f37 100644
--- a/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md
+++ b/content/roadmaps/106-javascript/content/112-javascript-asynchronous-javascript/100-event-loop.md
@@ -2,6 +2,6 @@
The Event Loop is one of the most important aspects to understand about Node.js. Why is this so important? Because it explains how Node.js can be asynchronous and have non-blocking I/O, it explains the "killer feature" of Node.js, which made it this successful.
-The Node.Js Event Loop
+The Node.Js Event Loop
JavaScript Visualized: Event Loop
-What the heck is the event loop anyway?
\ No newline at end of file
+What the heck is the event loop anyway?