We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf95b07 commit b73e98bCopy full SHA for b73e98b
doc/api/stream.md
@@ -1306,7 +1306,7 @@ It is recommended that errors occurring during the processing of the
1306
`writable._write()` and `writable._writev()` methods are reported by invoking
1307
the callback and passing the error as the first argument. This will cause an
1308
`'error'` event to be emitted by the Writable. Throwing an Error from within
1309
-`writable._write()` can result in expected and inconsistent behavior depending
+`writable._write()` can result in unexpected and inconsistent behavior depending
1310
on how the stream is being used. Using the callback ensures consistent and
1311
predictable handling of errors.
1312
0 commit comments