diff --git a/website/docs/concepts/html/introduction.mdx b/website/docs/concepts/html/introduction.mdx index 8886778e8..729db102d 100644 --- a/website/docs/concepts/html/introduction.mdx +++ b/website/docs/concepts/html/introduction.mdx @@ -204,7 +204,7 @@ Read more at [Lists](./html/lists) ## Conditional Rendering -Markup can be rendered conditonally by using Rust's conditional structures. ' + +Markup can be rendered conditionally by using Rust's conditional structures. ' + 'Currently only `if` and `if let` are supported. ```rust @@ -218,5 +218,5 @@ html! { ``` :::info -Read more at [Conditonal Rendering](./conditional-rendering.mdx) +Read more at [Conditional Rendering](./conditional-rendering.mdx) :::