aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar aab <aabccd021@gmail.com> 2023-03-04 21:01:39 +0700
committerGravatar GitHub <noreply@github.com> 2023-03-04 06:01:39 -0800
commitddb6624ad147e0ddf67d2dcd4f08affa49fc59e2 (patch)
tree667627a6357e196664ec32b4a590717952a21200
parent0eeac32ef4ff27fcdf6a1864d94435e162528100 (diff)
downloadbun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.tar.gz
bun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.tar.zst
bun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.zip
docs: Fix invalid default port on bun-types docs (#2300)
-rw-r--r--packages/bun-types/bun.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts
index fc3bcbdb1..3dffc21b2 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)
*
* -----
*