From df16cfc92c573402309fca86e0cdb7cc30ea93f7 Mon Sep 17 00:00:00 2001 From: Young Jun Joo Date: Thu, 6 Mar 2025 15:58:02 -0500 Subject: [PATCH] fix typo --- website/docs/intro.md | 2 +- website/src/components/HomepageFeatures/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/intro.md b/website/docs/intro.md index cfcbddea..a29ab6d6 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -13,5 +13,5 @@ logic is never called with data it can't handle. [parse, don't validate]: https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ -[type and semantic analysis]: +[type and semantic validation]: https://bitgo.github.io/api-ts/docs/tutorial-basics/create-an-api-spec/#what-problem-does-io-ts-http-solve diff --git a/website/src/components/HomepageFeatures/index.js b/website/src/components/HomepageFeatures/index.js index 4ccdb8c2..e5f9c7fa 100644 --- a/website/src/components/HomepageFeatures/index.js +++ b/website/src/components/HomepageFeatures/index.js @@ -38,7 +38,7 @@ export default function HomepageFeatures() { ), }, { - title: 'API definition', + title: 'API Specification', lightSvg: require('@site/static/img/api-m-light-blue.svg').default, darkSvg: require('@site/static/img/api-m-dark-blue.svg').default, description: (