Skip to content

Commit 3f03c16

Browse files
authored
MAINT: fix typos
1 parent 8c343df commit 3f03c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-renderer-demo/src/pages/schema/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A schema is an object consists of fields:
1616

1717
Other attribues, such as title or description, can be used in [form templates](/components/form-template).
1818

19-
## Field defitinion
19+
## Field definition
2020

2121
```jsx
2222
{
@@ -51,7 +51,7 @@ Other attribues, such as title or description, can be used in [form templates](/
5151

5252
*string*
5353

54-
`name` represents the variable the form value is stored in. You can use [dot notatiton](https://final-form.org/docs/final-form/field-names) to create nested objects.
54+
`name` represents the variable the form value is stored in. You can use [dot notation](https://final-form.org/docs/final-form/field-names) to create nested objects.
5555

5656
```jsx
5757
{

0 commit comments

Comments
 (0)