diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-08-25 23:16:57 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-26 00:51:30 +0200 |
commit | ba8e1c6f9f17666270ebc4d7dbd45c912d5d2a96 (patch) | |
tree | 1a5922de87ebda17143f5b946456edae4160d371 /Base/res/html/misc/welcome.html | |
parent | 04e3965b0904c55aa5c7d34f5f024d997e914a56 (diff) | |
download | serenity-ba8e1c6f9f17666270ebc4d7dbd45c912d5d2a96.zip |
Base: Refer to WebAssembly as 'Wasm' and not 'WASM'
Diffstat (limited to 'Base/res/html/misc/welcome.html')
-rw-r--r-- | Base/res/html/misc/welcome.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index fe1736503b..9cfe69a6e3 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -122,7 +122,7 @@ <li><a href="cascade-keywords.html">Cascade keywords (initial, inherit, unset)</a></li> </ul> - <h2>JavaScript/WASM</h2> + <h2>JavaScript/Wasm</h2> <ul> <li><a href="websocket.html">WebSocket API Test</a></li> <li><a href="cookie.html">document.cookie</a></li> @@ -144,7 +144,7 @@ <li><a href="img-canvas.html">canvas drawImage() test</a></li> <li><a href="canvas-path.html">canvas path house!</a></li> <li><a href="trigonometry.html">canvas + trigonometry functions</a></li> - <li><h3>WASM</h3></li> + <li><h3>Wasm</h3></li> <li><a href="mandelbrot-wasm.html">WebAssembly Mandelbrot Rendering Demo</a></li> </ul> |