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.
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
Original file line number Diff line number Diff 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 : (
You can’t perform that action at this time.
0 commit comments