From 0866a274c2095d4a4a86ece41c4b4ac1b391bbd4 Mon Sep 17 00:00:00 2001 From: lilianakatrina684-a11y Date: Sun, 29 Mar 2026 19:58:09 +0800 Subject: [PATCH] doc: fix 'transfered' typo in quic.md --- doc/api/quic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/quic.md b/doc/api/quic.md index b23a46108b8508..5fc54450bc7b7f 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -519,7 +519,7 @@ added: v23.8.0 Sends an unreliable datagram to the remote peer, returning the datagram ID. If the datagram payload is specified as an `ArrayBufferView`, then ownership of -that view will be transfered to the underlying stream. +that view will be transferred to the underlying stream. ### `session.stats`