Skip to content

Commit

Permalink
Fix typo in introduction (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanPicques authored Oct 6, 2023
1 parent 35961b8 commit 1bcd539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/concepts/html/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -218,5 +218,5 @@ html! {
```

:::info
Read more at [Conditonal Rendering](./conditional-rendering.mdx)
Read more at [Conditional Rendering](./conditional-rendering.mdx)
:::

0 comments on commit 1bcd539

Please sign in to comment.