diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 12cbb55d011ef6..30f17db15de3e3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2483,7 +2483,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`.