We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed01538 commit a6e5107Copy full SHA for a6e5107
locale/en/docs/guides/blocking-vs-non-blocking.md
@@ -123,7 +123,7 @@ fs.unlinkSync('/file.md');
123
124
In the above example, `fs.unlinkSync()` is likely to be run before
125
`fs.readFile()`, which would delete `file.md` before it is actually read. A
126
-better way to write this that is completely **non-blocking** and guaranteed to
+better way to write this, which is completely **non-blocking** and guaranteed to
127
execute in the correct order is:
128
129
0 commit comments