From 1ea4dc13f02819066f3dd28e8703f5c2f6f85abc Mon Sep 17 00:00:00 2001 From: pnxdxt Date: Wed, 13 Jul 2022 23:51:22 +0200 Subject: [PATCH] docs: correct typo missing dots (#603) --- packages/bun-landing/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 5e096eae9b..54eb55f4a8 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -581,12 +581,12 @@ export default ({ inlineCSS }) => (
  • node_modules bun implements Node.js' module resolution algorithm, so you can use npm packages in bun.js. ESM - and CommonJS are supported, but Bun internally uses ESM. + and CommonJS are supported, but Bun internally uses ESM
  • In bun.js, every file is transpiled.{" "} TypeScript & JSX just - work. + work
  • bun supports "paths",{" "} @@ -599,7 +599,7 @@ export default ({ inlineCSS }) => (
  • use the fastest system calls available with Bun.write{" "} - to write, copy, pipe, send and clone files. + to write, copy, pipe, send and clone files
  • bun.js automatically loads environment variables from{" "} @@ -621,7 +621,7 @@ export default ({ inlineCSS }) => ( > Node-API (N-API) - . Many Node.js native modules just work. + . Many Node.js native modules just work
  • bun:ffi call native code from JavaScript with bun's @@ -630,7 +630,7 @@ export default ({ inlineCSS }) => (
  • node:fs node:path bun.js natively supports a growing list of Node.js core modules along - with globals like Buffer and process. + with globals like Buffer and process
  • @@ -671,7 +671,7 @@ export default ({ inlineCSS }) => ( makes it much simpler to write fast software.{" "} Sponsor the Zig Software Foundation - + .

    Getting started

    @@ -717,7 +717,7 @@ export default { http://localhost:3000 {" "} - in your browser + in your browser.

    See{" "} @@ -726,7 +726,7 @@ export default { {" "} and check out the docs. If you have any questions or want help, join{" "} - Bun's Discord + Bun's Discord.

    Bun CLI

    @@ -770,13 +770,13 @@ export default { bun wiptest

    A Jest-like test runner for JavaScript & TypeScript projects - built-in to bun + built-in to bun.

    @@ -786,7 +786,7 @@ export default {

    How do I see the source code?

    - Bun is on GitHub + Bun is on GitHub.