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 and loganvolkers committed Jun 7, 2024
1 parent a2e4799 commit 8a68ffe
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 8a68ffe

Please sign in to comment.