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`.