Skip to content

Commit ae7c05b

Browse files
authored
Fix typo in wit.md for incoming handler interface file name (#327)
1 parent 21be884 commit ae7c05b

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/design

1 file changed

+1
-1
lines changed

component-model/src/design/wit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ world proxy {
583583
```
584584

585585
This package defines request and response types in `types.wit`,
586-
an incoming handler interface in `incoming wit`,
586+
an incoming handler interface in `incoming.wit`,
587587
an outgoing handler interface in `outgoing.wit`,
588588
and declares the package and defines a world that uses these interfaces
589589
in `http.wit`.

0 commit comments

Comments
 (0)