Skip to content

Commit

Permalink
doc: fixed typo in api/deprecations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marsonya committed Feb 8, 2021
1 parent 72f9c53 commit dfa4adf
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 @@ -2480,7 +2480,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 dfa4adf

Please sign in to comment.