diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index bb8cbe63725a19..ac0f99bf4fcf95 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -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`.