File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
component-model/src/language-support
building-a-simple-component
creating-runnable-components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ package docs:adder@0.1.0 {
232232
233233## 8. Running the ` adder ` Component
234234
235- To verify that our component works, lets run it from a Rust application that knows how to run a
235+ To verify that our component works, let's run it from a Rust application that knows how to run a
236236component targeting the [ ` adder ` world] ( #adding-the-wit-world ) .
237237
238238The application uses [ ` wasmtime ` ] [ crates-wasmtime ] to generate Rust "host"/"embedder" bindings,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ using `wkg`:
5656wkg wit fetch
5757```
5858
59- At this point, you should have a ` wit ` folder with a ` deps ` subfolder and yoru original ` component.wit ` .
59+ At this point, you should have a ` wit ` folder with a ` deps ` subfolder and your original ` component.wit ` .
6060
6161[ !WARNING ] : #
6262
You can’t perform that action at this time.
0 commit comments