Skip to content

Commit 238e502

Browse files
committed
Update README.md
1 parent 334f748 commit 238e502

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
@@ -768,7 +768,7 @@ Program Ended.
768768

769769
The process.nextTick() method adds the callback function to the start of the next event queue. It is to be noted that, at the start of the program process.nextTick() method is called for the first time before the event loop is processed.
770770

771-
**2. setImmdeiate():**
771+
**2. setImmediate():**
772772

773773
The setImmediate() method is used to execute a function right after the current event loop finishes. It is callback function is placed in the check phase of the next event queue.
774774

0 commit comments

Comments
 (0)