Skip to content

Commit

Permalink
Update capabilities.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Gregory <[email protected]>
  • Loading branch information
ericgregory authored and vados-cosmonic committed Jul 11, 2024
1 parent 818067e commit 58552eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can find a complete list of first-party capabilities in the [Capability Cata

## How capabilities work

Capabilities are enacted by an **interface** and one or more swappable **capability providers**. A provider delivers a specific implementation of a given capability by communicating with other entities in the common tongue of a standard API.
Capabilities are enacted by an **interface** and one or more swappable **capability providers**. A provider delivers a specific implementation of a given capability by communicating with other entities in the common tongue of a [standard API in WebAssembly Interface Type (WIT)](/docs/concepts/interfaces#webassembly-interface-type-wit).

For example...

Expand Down

0 comments on commit 58552eb

Please sign in to comment.