Skip to content

Commit

Permalink
Update children.mdx (#3418)
Browse files Browse the repository at this point in the history
correct typo
  • Loading branch information
fdvmoreira authored Sep 30, 2023
1 parent 1485f0e commit 88c0af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 88c0af3

Please sign in to comment.