Fix typo in the docs (#3631)

This commit is contained in:
Astariul 2024-07-26 23:39:34 +09:00 committed by GitHub
parent 43a78bd3ab
commit 7ba977e69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]