From fe6984674f55284c6e7e3187913200b726015652 Mon Sep 17 00:00:00 2001 From: flow Date: Sun, 2 Jun 2024 15:05:17 +0900 Subject: [PATCH] Fix typo in quickstart docs --- website/src/content/docs/concepts/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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