From 364e59752944d8e568873b90bf4a3c0e3969b97b Mon Sep 17 00:00:00 2001 From: vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:33:35 +0000 Subject: [PATCH] `yarn fix:prettier` --- apps/hashdotai/glossary/block-protocol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).