Update web-sys.mdx, typo: JavaSciprt -> JavaScript (#3314)

This commit is contained in:
ErnestoZ 2023-07-01 03:34:17 +02:00 committed by GitHub
parent 8b9e164d7e
commit b33214efc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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]