Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul committed Mar 12, 2024
1 parent 46ebdc8 commit 5b6b4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/concepts/basic-web-technologies/web-sys.mdx
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 5b6b4b4

Please sign in to comment.