Fix typo in web-sys.mdx (#3790) [skip ci]

This commit is contained in:
Damien Lachaume 2025-02-23 22:46:19 +01:00 committed by GitHub
parent e822833f40
commit 3073df6180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

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]