Skip to content

Commit 88c0af3

Browse files
authored
Update children.mdx (#3418)
correct typo
1 parent 1485f0e commit 88c0af3

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-0.20/concepts/function-components

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.20/concepts/function-components/children.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Children'
33
---
44

5-
`Children` is a special prop type that allows you to recieve nested `Html` that is provided like html child elements.
5+
`Children` is a special prop type that allows you to receive nested `Html` that is provided like html child elements.
66

77
```rust
88
use yew::{function_component, html, Html, Properties, Children};

0 commit comments

Comments
 (0)