Skip to content

Commit

Permalink
docs: fix typo (leptos-rs#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjia committed Jan 16, 2024
1 parent 69c7c37 commit 473107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/05_forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ inserts a comment marker node. This can cause incorrect `<textarea>` rendering (
during hydration) if you try to use it to show dynamic content.

Instead, you can pass a non-reactive initial value as a child, and use `prop:value` to
set its current value. (`<textarea>` doesn’t support the `value` attribut, but _does_
set its current value. (`<textarea>` doesn’t support the `value` attribute, but _does_
support the `value` property...)

```rust
Expand Down

0 comments on commit 473107e

Please sign in to comment.