diff --git a/docs/api/utils.md b/docs/api/utils.md index 9889d6aa0a..d5fb3092ee 100644 --- a/docs/api/utils.md +++ b/docs/api/utils.md @@ -398,7 +398,7 @@ buf; // => Uint8Array(25) compressed; // => Uint8Array(10) ``` -The second argument supports the same set of configuration options as [`Bun.gzipSync`](#bun.gzipSync). +The second argument supports the same set of configuration options as [`Bun.gzipSync`](#bungzipsync). ## `Bun.inflateSync()`