Skip to content

Commit

Permalink
Merge pull request #96 from yerke/patch-1
Browse files Browse the repository at this point in the history
Fix typo in tutorial.md
  • Loading branch information
kate-goldenring authored Jan 27, 2024
2 parents 1b8b4a1 + f91b532 commit 65da0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-model/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ documentation](creating-and-consuming/authoring.md) to create a component that i
[example](https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/calculator/). The component should import the `add` function from the
`adder` world and call it if the `op` enum matches `add`.

## Crate a `command` component
## Create a `command` component

A _command_ is a component with a specific export that allows it to be executed directly by
`wasmtime` (or other `wasm:cli` hosts). The host expects it to export the [`wasi:cli/run`
Expand Down

0 comments on commit 65da0c9

Please sign in to comment.