diff options
author | 2022-07-08 01:55:56 -0500 | |
---|---|---|
committer | 2022-07-09 00:57:52 -0700 | |
commit | b55b49ac4ebc9001fdaf14e9882a78e451c60913 (patch) | |
tree | ba1c0683785e94ebedd0719a2c6c6ce51cd1a1cb | |
parent | 712f4a7f5d8cbd1df81a223000a53aebc6e67b1b (diff) | |
download | bun-b55b49ac4ebc9001fdaf14e9882a78e451c60913.tar.gz bun-b55b49ac4ebc9001fdaf14e9882a78e451c60913.tar.zst bun-b55b49ac4ebc9001fdaf14e9882a78e451c60913.zip |
feat(landing): remove space between zig and "'s"
-rw-r--r-- | packages/bun-landing/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 2d56833cd..877983613 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -626,7 +626,7 @@ export default ({ inlineCSS }) => ( but one general theme:{" "} <a href="https://ziglang.org/"> <Zig></Zig> - </a>{" "} + </a> 's low-level control over memory and lack of hidden control flow makes it much simpler to write fast software.{" "} <a href="https://github.com/sponsors/ziglang"> |