File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/HomepageFeatures Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ logic is never called with data it can't handle.
13
13
14
14
[ parse, don't validate] :
15
15
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
16
- [ type and semantic analysis ] :
16
+ [ type and semantic validation ] :
17
17
https://bitgo.github.io/api-ts/docs/tutorial-basics/create-an-api-spec/#what-problem-does-io-ts-http-solve
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default function HomepageFeatures() {
38
38
) ,
39
39
} ,
40
40
{
41
- title : 'API definition ' ,
41
+ title : 'API Specification ' ,
42
42
lightSvg : require ( '@site/static/img/api-m-light-blue.svg' ) . default ,
43
43
darkSvg : require ( '@site/static/img/api-m-dark-blue.svg' ) . default ,
44
44
description : (
You can’t perform that action at this time.
0 commit comments