From 7ba977e69e241d96fb50f485be40f7dcd831f660 Mon Sep 17 00:00:00 2001 From: Astariul <43774355+astariul@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:39:34 +0900 Subject: [PATCH] Fix typo in the docs (#3631) --- website/docs/concepts/basic-web-technologies/web-sys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/concepts/basic-web-technologies/web-sys.mdx b/website/docs/concepts/basic-web-technologies/web-sys.mdx index daffd9ad2..392eb2d52 100644 --- a/website/docs/concepts/basic-web-technologies/web-sys.mdx +++ b/website/docs/concepts/basic-web-technologies/web-sys.mdx @@ -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]