From 4ebfc4412a0aa0ba9e09380927c3456c33fc108e Mon Sep 17 00:00:00 2001 From: ritesh089 Date: Tue, 28 May 2024 10:20:16 -0400 Subject: [PATCH] Update component-model/src/tutorial.md Co-authored-by: Kate Goldenring --- component-model/src/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/tutorial.md b/component-model/src/tutorial.md index bbaba7a..68dc04b 100644 --- a/component-model/src/tutorial.md +++ b/component-model/src/tutorial.md @@ -107,7 +107,7 @@ specify that it should pull in bindings for the `app` world from the path to `ca path = "../wit/calculator/world.wit" world = "app" ``` -Since the calculator world imports the wit for adder, the command component needs to pull in the dependencies from the adder components wit as well. +Since the calculator world imports the `add` interface, the command component needs to pull in the `adder` WIT as a dependency, as well. ```toml [package.metadata.component.target.dependencies]