File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-renderer-demo/src/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import ListOfContents from '../../src/helpers/list-of-contents';
99## Introduction
1010
1111 You can specify a type of a component by providing ` dataType ` , which will automatically validates the component value.
12- Because almost everything in html inputs is outputed as a string, adding the ` dataType ` props will also cast the value to given type.
12+ Because almost everything in HTML inputs is outputed as a string, adding the ` dataType ` props will also cast the value to given type.
1313
1414### Available dataTypes
1515
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const schema = {
1313 } , {
1414 component : componentTypes . TEXT_FIELD ,
1515 name : 'untyped-number' ,
16- label : 'Number withouth type' ,
16+ label : 'Number without type' ,
1717 type : 'number' ,
1818 } , {
1919 component : componentTypes . TEXT_FIELD ,
You can’t perform that action at this time.
0 commit comments