Skip to content

Commit

Permalink
Update web_sys.md (#125)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Woosyun authored Oct 14, 2024
1 parent f6683d4 commit fc05dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_sys.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ available for any HTML element. Each particular HTML element then has its own el
The goal of `leptos::HtmlElement<T>` is to bridge the gap between elements in your view and these more specific JavaScript types, so that you
can access the particular functionality of those elements.

This is implement by using the Rust `Deref` trait to allow you to dereference a `leptos::HtmlElement<T>` to the appropriately-typed JS object
This is implemented by using the Rust `Deref` trait to allow you to dereference a `leptos::HtmlElement<T>` to the appropriately-typed JS object
for that particular element type `T`.

### Definition
Expand Down

0 comments on commit fc05dca

Please sign in to comment.