Skip to content

Commit

Permalink
Update content/docs/typechecking-with-proptypes.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Phil <phil@capshake.com>
  • Loading branch information
ZweiDM and ph1p committed Nov 17, 2019
1 parent b768807 commit ccc3f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/typechecking-with-proptypes.md
Expand Up @@ -129,7 +129,7 @@ MyComponent.propTypes = {
};
```

### Einzelnes Kind (Child) Anfordern {#requiring-single-child}
### Einzelnes Kind (Child) anfordern {#requiring-single-child}

Mit `PropTypes.element` kannst du festlegen, dass nur ein einzelnes Kind (Child) an eine Komponente als Children übergeben werden kann.

Expand Down

0 comments on commit ccc3f2b

Please sign in to comment.