Skip to content

Commit 95a21b4

Browse files
committed
Fix some typos
1 parent 6b2b01c commit 95a21b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/mvp/WIT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ would correspond to:
3434

3535
```wasm
3636
(component
37-
(import "host" (insance $host
37+
(import "host" (instance $host
3838
(export "log" (func (param "msg" string)))
3939
))
4040
;; ...
@@ -157,7 +157,7 @@ reusability. This enables a sort of module system for WIT syntax where files may
157157
import from one another.
158158

159159
> **Note**: The precise semantics of imports and how everything maps out is
160-
> still being design. Basic filesystem-based organization works but it's
160+
> still being designed. Basic filesystem-based organization works but it's
161161
> intended to extend to URL-based organization in the near future. For example
162162
> the strings below are intended to integrate into a registry-based workflow as
163163
> well in addition to looking up files on the filesystem.
@@ -343,7 +343,7 @@ world my-world {
343343
}
344344
```
345345

346-
This is an invalid WIT document due because `my-world` needs to import two
346+
This is an invalid WIT document because `my-world` needs to import two
347347
unique interfaces called `shared`. To disambiguate a manual import is required:
348348

349349
```

0 commit comments

Comments
 (0)