Skip to content

Commit

Permalink
Fix typo in quickstart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp3rflow authored Jun 2, 2024
1 parent a2e4799 commit fe69846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/concepts/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { quickstart } from "~/source-examples/sources";

## Installation

Bunshi is distributed on NPM as both a CommonJS and ES Module. It supports both Javscript and Typescript,
and since it's written in Typescript it comes with type definitions and tests for typing out of the box.
Bunshi is distributed on NPM as both a CommonJS and ES Module. It supports both JavaScript and TypeScript,
and since it's written in TypeScript it comes with type definitions and tests for typing out of the box.

```sh
npm i -D bunshi
Expand Down

0 comments on commit fe69846

Please sign in to comment.