Skip to content

Commit 41afd48

Browse files
authored
fix: typos in CONTRIBUTING.md (#165)
1 parent bd2efec commit 41afd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
### Why Build with Bolt + WebContainer API
66

7-
By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major javascript libraries and node packages right out of the box, all without remote environments or local installs.
7+
By building with the Bolt + WebContainer API you can create browser-based applications that let users **prompt, run, edit, and deploy** full-stack web apps directly in the browser, without the need for virtual machines. With WebContainer API, you can build apps that give AI direct access and full control over a **Node.js server**, **filesystem**, **package manager** and **dev terminal** inside your users browser tab. This powerful combination allows you to create a new class of development tools that support all major JavaScript libraries and Node packages right out of the box, all without remote environments or local installs.
88

99
### What’s the Difference Between Bolt (This Repo) and [Bolt.new](https://bolt.new)?
1010

@@ -76,7 +76,7 @@ VITE_LOG_LEVEL=debug
7676
- `pnpm run build`: Builds the project.
7777
- `pnpm run start`: Runs the built application locally using Wrangler Pages. This script uses `bindings.sh` to set up necessary bindings so you don't have to duplicate environment variables.
7878
- `pnpm run preview`: Builds the project and then starts it locally, useful for testing the production build. Note, HTTP streaming currently doesn't work as expected with `wrangler pages dev`.
79-
- `pnpm test:` Runs the test suite using Vitest.
79+
- `pnpm test`: Runs the test suite using Vitest.
8080
- `pnpm run typecheck`: Runs TypeScript type checking.
8181
- `pnpm run typegen`: Generates TypeScript types using Wrangler.
8282
- `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.

0 commit comments

Comments
 (0)