Skip to content

Commit 3073df6

Browse files
authored
Fix typo in web-sys.mdx (#3790) [skip ci]
1 parent e822833 commit 3073df6

File tree

2 files changed

+2
-2
lines changed
  • website/versioned_docs

2 files changed

+2
-2
lines changed

website/versioned_docs/version-0.18.0/concepts/wasm-bindgen/web-sys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {
129129

130130
### `web-sys` example
131131

132-
Using `web-sys` alone the above JavaSciprt example could be implemented like this:
132+
Using `web-sys` alone the above JavaScript example could be implemented like this:
133133

134134
```toml title=Cargo.toml
135135
[dependencies]

website/versioned_docs/version-0.21/concepts/basic-web-technologies/web-sys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ document.getElementById('mousemoveme').onmousemove = (e) => {
145145

146146
### `web-sys` example
147147

148-
Using `web-sys` alone the above JavaSciprt example could be implemented like this:
148+
Using `web-sys` alone the above JavaScript example could be implemented like this:
149149

150150
```toml title=Cargo.toml
151151
[dependencies]

0 commit comments

Comments
 (0)