docs: Fix invalid default port on bun-types docs (#2300)

This commit is contained in:
aab
2023-03-04 21:01:39 +07:00
committed by GitHub
parent 0eeac32ef4
commit ddb6624ad1

View File

@@ -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)
*
* -----
*