Skip to content

Commit ba7eec6

Browse files
fix: drop 'immediately'
1 parent 0b8d8c8 commit ba7eec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/asynchronous-work/discover-promises-in-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ console.log('Synchronous task executed');
367367

368368
### `setImmediate()`
369369

370-
`setImmediate()` is used to execute a callback immediately after all of the current loop's I/O callbacks have completed.
370+
`setImmediate()` is used to execute a callback after all of the current loop's I/O callbacks have completed.
371371

372372
```js
373373
setImmediate(() => {

0 commit comments

Comments
 (0)