Skip to content

Commit 85b1476

Browse files
marsonyadanielleadams
authored andcommitted
doc: fix typo in deprecations.md
PR-URL: #37282 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
1 parent f253cb9 commit 85b1476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2480,7 +2480,7 @@ called, not whether `'finish'` has been emitted and the underlying data
24802480
is flushed.
24812481

24822482
Use [`response.writableFinished`][] or [`response.writableEnded`][]
2483-
accordingly instead to avoid the ambigiuty.
2483+
accordingly instead to avoid the ambiguity.
24842484

24852485
To maintain existing behaviour `response.finished` should be replaced with
24862486
`response.writableEnded`.

0 commit comments

Comments
 (0)