Skip to content

Commit

Permalink
doc: fix typo in deprecations.md
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 5ade2fd

Please sign in to comment.