Skip to content

Commit f53ffb3

Browse files
committed
Fix some typos
1 parent 08e7f69 commit f53ffb3

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
@@ -390,9 +390,9 @@ would generate this component:
390390
```
391391

392392
Here it can be seen that despite the `world` only listing `host` as an import
393-
the component additionally import a `shared` instance. This is due to the fact
393+
the component additionally imports a `shared` instance. This is due to the fact
394394
that the `use { ... } from shared` implicitly requires that `shared` is imported
395-
to the component as well.
395+
into the component as well.
396396

397397
Note that the name `"shared"` here is derived from the name of the `interface`
398398
which can also lead to conflicts:
@@ -1124,7 +1124,7 @@ would correspond to:
11241124
(component
11251125
(type (export "host") (component
11261126
(type $types (instance
1127-
(export "enum" (type (enum "info" "debug")))
1127+
(export "level" (type (enum "info" "debug")))
11281128
))
11291129
(export $types "types" (instance (type $types)))
11301130
(alias export $types "level" (type $level))

0 commit comments

Comments
 (0)