diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 106aab5e40caf3..63b7ff31824084 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -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`.