Skip to content

Commit 794300d

Browse files
authored
Merge pull request #976 from lacabra/patch-1
MAINT: fix typos in documentation
2 parents 8c343df + 3f03c16 commit 794300d

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)