diff --git a/docs/api/http.md b/docs/api/http.md index 7b5c7636d6d2d..f6e6499dc4a3d 100644 --- a/docs/api/http.md +++ b/docs/api/http.md @@ -402,7 +402,7 @@ Bun.serve({ }); ``` -### Sever name indication (SNI) +### Server name indication (SNI) To configure the server name indication (SNI) for the server, set the `serverName` field in the `tls` object.