Skip to content

Commit 9df56e7

Browse files
authored
Fix typo in Capabilities.md (#651)
Thank
1 parent 3d5e055 commit 9df56e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
What is a capability?
44

55
The Wasm language has no syscall instructions or built-in I/O facilities.
6-
To let interact with the outside world, Wasm programs can be provided
6+
To let programs interact with the outside world, Wasm programs can be provided
77
with *capabilities*.
88

99
There are two main kinds of capabilities in WASI, link-time capabilities

0 commit comments

Comments
 (0)