Skip to content

Commit b9a5732

Browse files
committed
Fix typos in Datatypes
1 parent 972bfcf commit b9a5732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/react-renderer-demo/src/app/src/doc-components/data-types-example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)