X Tutup
The Wayback Machine - https://web.archive.org/web/20230218233813/https://github.com/nodejs/node/commit/5ade2fd207
Skip to content
Permalink
Browse files
doc: fix typo in deprecations.md
PR-URL: #37282
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
  • Loading branch information
marsonya authored and targos committed May 1, 2021
1 parent 5bc0a0d commit 5ade2fd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2455,7 +2455,7 @@ called, not whether `'finish'` has been emitted and the underlying data
is flushed.

Use [`response.writableFinished`][] or [`response.writableEnded`][]
accordingly instead to avoid the ambigiuty.
accordingly instead to avoid the ambiguity.

To maintain existing behaviour `response.finished` should be replaced with
`response.writableEnded`.

0 comments on commit 5ade2fd

Please sign in to comment.
X Tutup