Skip to content

Commit

Permalink
fixed heading in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
its-the-shrimp committed Oct 13, 2023
1 parent 8e2fd57 commit 75e2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/concepts/html/elements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ These elements are called _void_ elements, and they are:

Attempting to provide children to these elements will result in a compilation error or, if the element tag is chosen dynamically, in a panic.

### The case of <textarea>
### The case of `<textarea>`

The `<textarea>` element is special; The modern HTML specification states that children of `<textarea>` define its default value, however in Yew it's specified differently.
Instead of writing
Expand Down

0 comments on commit 75e2d0e

Please sign in to comment.