Skip to content

Commit

Permalink
Update web-sys.mdx, typo: JavaSciprt -> JavaScript (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstvanderlinden authored Jul 1, 2023
1 parent 8b9e164 commit b33214e
Showing 1 changed file with 1 addition and 1 deletion.
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 b33214e

Please sign in to comment.