Skip to content

Commit

Permalink
fix homepage introduction typos
Browse files Browse the repository at this point in the history
  • Loading branch information
joelataccelm committed Jan 18, 2023
1 parent fce82ed commit 35f0a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const readingLanguages = ["en-us", "pt-br"];
const introductionHtml = {
"en-us": `
<p>
WebAssembly (Wasm) is an universal low level bytecode that runs on the
WebAssembly (Wasm) is a universal low-level bytecode that runs on the
web. It is a compilation target for languages like
<b class="highlight"
>Rust, AssemblyScript (Typescript-like), Emscripten (C/C++), and much
more!</b
>
Wasm offer a compact binary format with predictable performance, and
Wasm offers a compact binary format with predictable performance, and
portability to run alongside Javascript and other host languages. Wasm is
currently shipped in all major browsers, and has runtimes meant for
running on servers or interfacing with systems using WASI.
Expand Down

0 comments on commit 35f0a17

Please sign in to comment.