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 <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Pooja D P <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.