We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ffe60 commit 352a085Copy full SHA for 352a085
website/versioned_docs/version-0.20/concepts/basic-web-technologies/html.mdx
@@ -39,7 +39,7 @@ let combined_html: Html = html! {
39
};
40
```
41
42
-One rule major rule comes with use of `html!` - you can only return 1 wrapping node.
+One major rule comes with the use of `html!` - you can only return 1 wrapping node.
43
To render a list of multiple elements, `html!` allows fragments. Fragments are tags
44
without a name, that produce no html element by themselves.
45
0 commit comments