From 183bda1ed399e899d2383cfc04ff05053af4198a Mon Sep 17 00:00:00 2001 From: Nathan <58645278+nathan-websculpt@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:57:19 -0500 Subject: [PATCH] Update mapping.md This sentence had two mistakes: "A mapping entry defined the type IDs, properties and relations of a type. Here an example mapping for a schema ... " 'defined' changed to 'defines' and 'Here' changed to 'Here is' --- docs/docs/mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/mapping.md b/docs/docs/mapping.md index 7c89f770..2f3e0011 100644 --- a/docs/docs/mapping.md +++ b/docs/docs/mapping.md @@ -4,7 +4,7 @@ The public knowledge graph is based on property IDs. In order to integrate with This is done using an object called a mapping. The mapping has to be provided to the `HypergraphAppProvider` component. -A mapping entry defined the type IDs, properties and relations of a type. Here an example mapping for a schema with an `Event` and a `Company`: +A mapping entry defines the type IDs, properties and relations of a type. Here is an example mapping for a schema with an `Event` and a `Company`: ```tsx export const mapping: Mapping = {