diff --git a/website/src/content/docs/concepts/quickstart.mdx b/website/src/content/docs/concepts/quickstart.mdx index 4122bd5..66e1de5 100644 --- a/website/src/content/docs/concepts/quickstart.mdx +++ b/website/src/content/docs/concepts/quickstart.mdx @@ -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