Skip to content

Commit 334f748

Browse files
committed
Update index.md
1 parent d325a43 commit 334f748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ status 200 and ok
6868

6969
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.
7070

71-
**2. setImmdeiate():**
71+
**2. setImmediate():**
7272

7373
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.
7474

0 commit comments

Comments
 (0)