We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3359aeb commit df16cfcCopy full SHA for df16cfc
2 files changed
website/docs/intro.md
@@ -13,5 +13,5 @@ logic is never called with data it can't handle.
13
14
[parse, don't validate]:
15
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
16
-[type and semantic analysis]:
+[type and semantic validation]:
17
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
@@ -38,7 +38,7 @@ export default function HomepageFeatures() {
38
),
39
},
40
{
41
- title: 'API definition',
+ title: 'API Specification',
42
lightSvg: require('@site/static/img/api-m-light-blue.svg').default,
43
darkSvg: require('@site/static/img/api-m-dark-blue.svg').default,
44
description: (
0 commit comments