aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Steven <steven@ceriously.com> 2022-07-05 18:44:50 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-05 15:50:04 -0700
commitf32153754c22afdefa436d633b0ccfb96a84b16c (patch)
tree1a4c9f95e93072d04dd9f4fa40245f52264639df
parent44ee4caf6ffb62a3cc6d6b76124c718d2842fa87 (diff)
downloadbun-f32153754c22afdefa436d633b0ccfb96a84b16c.tar.gz
bun-f32153754c22afdefa436d633b0ccfb96a84b16c.tar.zst
bun-f32153754c22afdefa436d633b0ccfb96a84b16c.zip
fix: missing space in docs on homepage
-rw-r--r--packages/bun-landing/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx
index a35e18e01..a27f293db 100644
--- a/packages/bun-landing/page.tsx
+++ b/packages/bun-landing/page.tsx
@@ -539,7 +539,7 @@ export default ({ inlineCSS }) => (
<NodeJS href="https://github.com/Jarred-Sumner/bun/issues/158">
Node-API
</NodeJS>{" "}
- bun.js implements most of
+ bun.js implements most of{' '}
<a
href="https://nodejs.org/api/n-api.html#node-api"
target="_blank"