diff --git a/docs/nav.ts b/docs/nav.ts index 17cf464f9164f8..06d1239f78cdd4 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -309,9 +309,9 @@ export default { page("api/tcp", "TCP sockets", { description: `Bun's native API implements Web-standard TCP Sockets, plus a Bun-native API for building fast TCP servers.`, }), // "`Bun.{listen|connect}`") - page("api/tcp", "TCP sockets", { + page("api/udp", "UDP sockets", { description: `Bun's native API implements fast and flexible UDP sockets.`, - }), // "`Bun.{listen|connect}`") + }), // "`Bun.udpSocket`") page("api/globals", "Globals", { description: `Bun implements a range of Web APIs, Node.js APIs, and Bun-native APIs that are available in the global scope.`, }), // "`Bun.write`"),