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';
9
9
## Introduction
10
10
11
11
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.
13
13
14
14
### Available dataTypes
15
15
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const schema = {
13
13
} , {
14
14
component : componentTypes . TEXT_FIELD ,
15
15
name : 'untyped-number' ,
16
- label : 'Number withouth type' ,
16
+ label : 'Number without type' ,
17
17
type : 'number' ,
18
18
} , {
19
19
component : componentTypes . TEXT_FIELD ,
You can’t perform that action at this time.
0 commit comments