diff options
-rw-r--r-- | packages/bun-landing/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 09e254161..ca131532d 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -540,7 +540,7 @@ export default ({ inlineCSS }) => ( <WebAPI href="https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream"> ReadableStream </WebAPI>{" "} - are builtin + are built-in </li> <li> <NodeJS>node_modules</NodeJS> bun implements Node.js' module @@ -571,7 +571,7 @@ export default ({ inlineCSS }) => ( <code class="mono">require("dotenv").config()</code> </li> <li> - bun ships with a fast SQLite3 client builtin <Bun>bun:sqlite</Bun> + bun ships with a fast SQLite3 client built-in <Bun>bun:sqlite</Bun> </li> <li> <NodeJS href="https://github.com/oven-sh/bun/issues/158"> @@ -733,7 +733,7 @@ export default { <Command>bun wiptest</Command> <p> A Jest-like test runner for JavaScript & TypeScript projects - builtin to bun + built-in to bun </p> <Label> <PerformanceClaim href="https://twitter.com/jarredsumner/status/1542824445810642946"> |