Fix typo in introduction (#3448)

This commit is contained in:
Jonathan Picques 2023-10-06 15:48:10 +02:00 committed by GitHub
parent 35961b822b
commit 1bcd539f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
:::