Update children.mdx (#3418)

correct typo
This commit is contained in:
Flavio Moreira 2023-09-30 13:38:14 +01:00 committed by GitHub
parent 1485f0e3b7
commit 88c0af329b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
title: 'Children'
---
`Children` is a special prop type that allows you to recieve nested `Html` that is provided like html child elements.
`Children` is a special prop type that allows you to receive nested `Html` that is provided like html child elements.
```rust
use yew::{function_component, html, Html, Properties, Children};