diff options
author | 2022-07-11 18:38:42 -0400 | |
---|---|---|
committer | 2022-07-12 00:38:42 +0200 | |
commit | 349eb9481db6840683c9fa5e41e2ec5a4d63476b (patch) | |
tree | 4f4cfe9081db8efe3a6642c87c4fb392d878653a | |
parent | 889ed66a013d0e211a5a0635a62f109b7bc62cd9 (diff) | |
download | bun-349eb9481db6840683c9fa5e41e2ec5a4d63476b.tar.gz bun-349eb9481db6840683c9fa5e41e2ec5a4d63476b.tar.zst bun-349eb9481db6840683c9fa5e41e2ec5a4d63476b.zip |
docs: builtin -> built-in (#585)
-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"> |