mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix typo in introduction (#3448)
This commit is contained in:
parent
35961b822b
commit
1bcd539f8f
@ -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)
|
||||
:::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user