Skip to content

Commit 04d7511

Browse files
Merge pull request #23 from woxtu/patch
Fix typos in docs
2 parents fcccef4 + 6d8096b commit 04d7511

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/npm-packages/ruby-head-wasm-emscripten/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package distributes the latest `master` branch of CRuby.
66

77
## Installation
88

9-
For instaling ruby-head-wasm-emscripten, just run this command in your shell:
9+
For installing ruby-head-wasm-emscripten, just run this command in your shell:
1010

1111
```console
1212
$ npm install --save ruby-head-wasm-emscripten@latest

packages/npm-packages/ruby-head-wasm-wasi/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package distributes the latest `master` branch of CRuby.
66

77
## Installation
88

9-
For instaling ruby-head-wasm-wasi family, just run this command in your shell:
9+
For installing ruby-head-wasm-wasi family, just run this command in your shell:
1010

1111
```console
1212
$ npm install --save ruby-head-wasm-wasi@latest
@@ -51,16 +51,15 @@ $ node --experimental-wasi-unstable-preview1 index.node.js
5151

5252
## Quick Start (for Browser)
5353

54-
In browser, you need a WASI polyfill
55-
See [the example project](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example) for more details.
54+
In browser, you need a WASI polyfill. See [the example project](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example) for more details.
5655

5756
```html
5857
<html>
5958
<script src="https://cdn.jsdelivr.net/npm/ruby-head-wasm-wasi@latest/dist/browser.umd.js"></script>
6059
<script>
6160
const { DefaultRubyVM } = window["ruby-wasm-wasi"];
6261
const main = async () => {
63-
// Fetch and instntiate WebAssembly binary
62+
// Fetch and instantiate WebAssembly binary
6463
const response = await fetch(
6564
// Tips: Replace the binary with debug info if you want symbolicated stack trace.
6665
// (only nightly release for now)

packages/npm-packages/ruby-wasm-wasi/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example for ruby-wasm-wasi
22

3-
This is a simple example of how to use the `ruby-wasm-wasi` faimily packages
3+
This is a simple example of how to use the `ruby-wasm-wasi` family packages
44

55
## For browser
66

0 commit comments

Comments
 (0)