Skip to content

Commit a347122

Browse files
Merge pull request #1021 from BitGo/ui
fix typo
2 parents 3359aeb + df16cfc commit a347122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ logic is never called with data it can't handle.
1313

1414
[parse, don't validate]:
1515
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
16-
[type and semantic analysis]:
16+
[type and semantic validation]:
1717
https://bitgo.github.io/api-ts/docs/tutorial-basics/create-an-api-spec/#what-problem-does-io-ts-http-solve

website/src/components/HomepageFeatures/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function HomepageFeatures() {
3838
),
3939
},
4040
{
41-
title: 'API definition',
41+
title: 'API Specification',
4242
lightSvg: require('@site/static/img/api-m-light-blue.svg').default,
4343
darkSvg: require('@site/static/img/api-m-dark-blue.svg').default,
4444
description: (

0 commit comments

Comments
 (0)