From 3fbd4e4d0f81c783929ff6faa24591c86bf77841 Mon Sep 17 00:00:00 2001 From: suhaotian Date: Sun, 20 Oct 2024 20:01:09 +1100 Subject: [PATCH] Chore(doc): fix typo --- website/pages/docs/_meta.en-US.json | 2 +- website/pages/docs/intro.en-US.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/docs/_meta.en-US.json b/website/pages/docs/_meta.en-US.json index 610fb92..58ddd39 100644 --- a/website/pages/docs/_meta.en-US.json +++ b/website/pages/docs/_meta.en-US.json @@ -1,5 +1,5 @@ { - "intro": "Indroduction", + "intro": "Introduction", "quick-start": "Quick start", "guide": "Guide", "performance": "Performance", diff --git a/website/pages/docs/intro.en-US.mdx b/website/pages/docs/intro.en-US.mdx index d69969b..d58ae21 100644 --- a/website/pages/docs/intro.en-US.mdx +++ b/website/pages/docs/intro.en-US.mdx @@ -1,8 +1,8 @@ --- -title: Indroduction of tsdk +title: Introduction of tsdk --- -# Indroduction +# Introduction tsdk is a code share and type-safe API development tool for TypeScript projects. With tsdk, developers could easily share code between projects, and develop end-to-end type-safe API that ensure types consistency, reducing potential errors and increasing development efficiency.