Skip to content

Commit 5ade2fd

Browse files
marsonyatargos
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 5bc0a0d commit 5ade2fd

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
@@ -2455,7 +2455,7 @@ called, not whether `'finish'` has been emitted and the underlying data
24552455
is flushed.
24562456

24572457
Use [`response.writableFinished`][] or [`response.writableEnded`][]
2458-
accordingly instead to avoid the ambigiuty.
2458+
accordingly instead to avoid the ambiguity.
24592459

24602460
To maintain existing behaviour `response.finished` should be replaced with
24612461
`response.writableEnded`.

0 commit comments

Comments
 (0)