Skip to content

Commit 5f2f951

Browse files
authored
fix(docs): Fix typo (#280)
This PR is created to fix a typo on line 108 in README.md file.
1 parent e5bbde9 commit 5f2f951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ await writeFile('test.component.wasm', component);
105105

106106
See [types.d.ts](types.d.ts) for the full interface options.
107107

108-
The component iself can be executed in any component runtime, see the [example](EXAMPLE.md) for an end to end workflow in Wasmtime.
108+
The component itself can be executed in any component runtime, see the [example](EXAMPLE.md) for an end to end workflow in Wasmtime.
109109

110110
### AOT Compilation
111111

0 commit comments

Comments
 (0)