Skip to content

Commit

Permalink
Fix typo in web-sys.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 8, 2025
1 parent 69e3b5f commit 5b4c53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {

### `web-sys` example

Using `web-sys` alone the above JavaSciprt example could be implemented like this:
Using `web-sys` alone the above JavaScript example could be implemented like this:

```toml title=Cargo.toml
[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {

### `web-sys` example

Using `web-sys` alone the above JavaSciprt example could be implemented like this:
Using `web-sys` alone the above JavaScript example could be implemented like this:

```toml title=Cargo.toml
[dependencies]
Expand Down

0 comments on commit 5b4c53f

Please sign in to comment.