From ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2 Mon Sep 17 00:00:00 2001 From: aab Date: Sat, 4 Mar 2023 21:01:39 +0700 Subject: [PATCH] docs: Fix invalid default port on bun-types docs (#2300) --- packages/bun-types/bun.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index fc3bcbdb11..3dffc21b2a 100644 --- a/packages/bun-types/bun.d.ts +++ b/packages/bun-types/bun.d.ts @@ -61,7 +61,7 @@ declare module "bun" { /** * Start a fast HTTP server. * - * @param options Server options (port defaults to $PORT || 8080) + * @param options Server options (port defaults to $PORT || 3000) * * ----- *