From 8d2e1b5bee37e2ada03b5c7d9ce53c869a020b40 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Mon, 23 Jun 2025 21:59:49 -0700 Subject: [PATCH] Update component-model-concepts.md --- component-model/src/design/component-model-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/design/component-model-concepts.md b/component-model/src/design/component-model-concepts.md index ce15a58e..d5c6789c 100644 --- a/component-model/src/design/component-model-concepts.md +++ b/component-model/src/design/component-model-concepts.md @@ -13,7 +13,7 @@ This section introduces the core concepts and [rationale](./why-component-model. * The Component Model introduces the idea of a "platform" to core WebAssembly -- enabling the structured, standardized use of "host" functionality for WebAssembly "guest"s. * The WebAssembly System Interface (WASI) defines in WIT a family of interfaces for common system-level functions. * WASI defines common execution environments such as the command line (`wasi:cli`) or a HTTP server (`wasi:http`). -* 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 +* The Component Model makes core WebAssembly composable -- components that provide functionality and those that use them can be composed together into *one* resulting component > [!NOTE] > The Component Model is stewarded by the Bytecode Alliance and designed [in the open][cm-repo].