Skip to content

Commit e6f7f51

Browse files
authored
fix: spelling in CM concepts section (#269)
1 parent 65a4f09 commit e6f7f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-model/src/design/component-model-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section introduces the core concepts and [rationale](./why-component-model.
1313
* The Component Model introduces the idea of a "platform" to core WebAssembly -- enabling the structured, standardized use of "host" functionality for WebAssembly "guest"s.
1414
* The WebAssembly System Interface (WASI) defines in WIT a family of interfaces for common system-level functions.
1515
* WASI defines common execution environments such as the command line (`wasi:cli`) or a HTTP server (`wasi:http`).
16-
* The Component Model introducs makes core WebAssembly composable -- components that provide functionality and those that use them can be composed together into *one* resulting component
16+
* The Component Model makes core WebAssembly composable -- components that provide functionality and those that use them can be composed together into *one* resulting component
1717

1818
> [!NOTE]
1919
> The Component Model is stewarded by the Bytecode Alliance and designed [in the open][cm-repo].

0 commit comments

Comments
 (0)