From 7fefcfd057adb9b7bb22cf5c5f82a80e6b0c9feb Mon Sep 17 00:00:00 2001 From: Dharshan <110713600+dharshan-0@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:56:48 +0530 Subject: [PATCH] Fix typo in wit.md for incoming handler interface file name --- component-model/src/design/wit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/design/wit.md b/component-model/src/design/wit.md index 129c2ca3..746aaa6c 100644 --- a/component-model/src/design/wit.md +++ b/component-model/src/design/wit.md @@ -583,7 +583,7 @@ world proxy { ``` This package defines request and response types in `types.wit`, -an incoming handler interface in `incoming wit`, +an incoming handler interface in `incoming.wit`, an outgoing handler interface in `outgoing.wit`, and declares the package and defines a world that uses these interfaces in `http.wit`.