Skip to content

Commit 725cba7

Browse files
authored
Merge pull request #1235 from rvsia/updateDoc
Fix the latest doc changes
2 parents 56332f4 + ff4ace3 commit 725cba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/pages/components/children.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const MyForm = (props) => {
5555

5656
## Children render function
5757

58-
Check the [Form template documentation](/components/form-template) for detailed example.
58+
Check the [Form template documentation](/components/form-template) for detailed examples.
5959

6060
```jsx
6161
<FormRenderer

packages/react-renderer-demo/src/pages/components/renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use [globally defined attributes](/mappers/global-component-props).
3737

3838
**Note** You have to pass at least one of `FormTemplate` or a `children` render function to render the fields.
3939

40-
Components which defines a template of the form. This component receives two props from the renderer: `formFields` and `schema`. `formFields` is the content of the form. You should wrap this content into your `<form>` component and add form buttons.
40+
A component that defines a template of the form. This component receives two props from the renderer: `formFields` and `schema`. `formFields` is the content of the form. You should wrap this content into your `<form>` component and add form buttons.
4141

4242
[Read more](/components/form-template).
4343

0 commit comments

Comments
 (0)