Skip to content

Commit ce4798b

Browse files
marsonyaaduh95
authored andcommitted
doc: fix typo in deprecations.md
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]>
1 parent 9ce27a9 commit ce4798b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ called, not whether `'finish'` has been emitted and the underlying data
24832483
is flushed.
24842484

24852485
Use [`response.writableFinished`][] or [`response.writableEnded`][]
2486-
accordingly instead to avoid the ambigiuty.
2486+
accordingly instead to avoid the ambiguity.
24872487

24882488
To maintain existing behaviour `response.finished` should be replaced with
24892489
`response.writableEnded`.

0 commit comments

Comments
 (0)