Skip to content

Commit 0a3a0b6

Browse files
committed
Fix getting started page
1 parent 4d1b207 commit 0a3a0b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import RawComponent from '@docs/raw-component';
22

3-
## React form renderer
3+
### React form renderer
44

55
React form renderer is a component designed for ManageIQ and
6-
Insights projects that takes json form definitions
6+
Insights projects that takes JSON form definitions
77
and renders them into react components.
8-
It uses [React final form](https://github.com/final-form/react-final-form) for the form state management.
8+
It uses [React Final Form](https://github.com/final-form/react-final-form) for the form state management.
99
It is highly recommended to check their documentations first to fully understand how
10-
the [data-driven-forms](https://github.com/data-driven-forms/react-forms) libraries work.
10+
the [Data Driven Dorms](https://github.com/data-driven-forms/react-forms) libraries work.
1111

1212
<RawComponent source="get-started/get-started" />

0 commit comments

Comments
 (0)