diff --git a/apps/hashdotai/glossary/block-protocol.mdx b/apps/hashdotai/glossary/block-protocol.mdx index ba640798721..e3e246c3444 100644 --- a/apps/hashdotai/glossary/block-protocol.mdx +++ b/apps/hashdotai/glossary/block-protocol.mdx @@ -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).