mirror of https://github.com/yewstack/yew
Fix typo in web-sys.mdx (#3790) [skip ci]
This commit is contained in:
parent
e822833f40
commit
3073df6180
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue