From 44a8dd6de9f35da89e1c7814fb4aecc2ede78f99 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 22 Jan 2024 22:41:59 +0200 Subject: [PATCH] Fix spelling --- Skills/NodeJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Skills/NodeJS.md b/Skills/NodeJS.md index 0e1a5698..713e692d 100644 --- a/Skills/NodeJS.md +++ b/Skills/NodeJS.md @@ -3,7 +3,7 @@ - Internals and concepts - Strong and weak sides of node.js - Stateful and stateless servers - - Nonblocking I/O and slocking code + - Nonblocking I/O and blocking code - Event loop phases - Event loop microtasks and macrotasks - Garbage collection