Skip to content

Commit

Permalink
yarn fix:prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons committed Dec 14, 2024
1 parent 8012193 commit 364e597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hashdotai/glossary/block-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For example:

- the [Graph](https://blockprotocol.org/spec/graph) module defines the protocol by which blocks can create, read, update or delete **entities** -- as well as any **links** between those entities -- within an embedding application’s datastore;
- the [Hook](https://blockprotocol.org/spec/hook) module defines a protocol via which embedding applications can take over specific parts of a block to insert a native application experience, if one exists (e.g. a file picker, or photo gallery);
the [Service](https://blockprotocol.org/spec/service) module provides a standardized capability for blocks to interact with external APIs, without needing to ship with their own API keys or prompt users to insert their own.
- the [Service](https://blockprotocol.org/spec/service) module provides a standardized capability for blocks to interact with external APIs, without needing to ship with their own API keys or prompt users to insert their own.

There are many different types of modules under discussion for inclusion in the Block Protocol, which are described [alongside the specification](https://blockprotocol.org/roadmap#new-modules).

Expand Down

0 comments on commit 364e597

Please sign in to comment.