Skip to content

Commit

Permalink
Fix typo in the docs (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul committed Jul 26, 2024
1 parent 43a78bd commit 7ba977e
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 7ba977e

Please sign in to comment.