Skip to content

Commit b5afb56

Browse files
authored
Merge pull request #763 from Fryguy/typo
Fix typo
2 parents e4056b1 + 8c9770f commit b5afb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/components/landing-page/landing-page-cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ const LandingPageCards = () => {
309309
<Typography variant="body2" gutterBottom className={classes.mappersText}>
310310
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
311311
immediately use form inputs such as text fields, selects, radios, checkboxes or wizards. However, this selection does not limit you as
312-
integrating custom coponents is simple as it can be - all it takes is just one hook.
312+
integrating custom components is simple as it can be - all it takes is just one hook.
313313
</Typography>
314314
</Grid>
315315
</Grid>

0 commit comments

Comments
 (0)