diff --git a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md
index 6e8c94cf1..20da0241a 100644
--- a/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md
+++ b/content/roadmaps/107-nodejs/content/103-nodejs-error-handling/103-error-types/readme.md
@@ -1 +1,9 @@
-# Error types
\ No newline at end of file
+# Error types
+
+Programming errors refer to situations that prevent a program from working properly.
+Experiencing different types of errors in programming is a huge part of the development process.
+Knowing the difference in types of errors and the reasons for them will make it easier for you to identify the necessary part of the code and solve the problem correctly.
+
+Free Content
+Node.js Errors
+MDN: JavaScript Error Object