We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a94dcd commit d8f6396Copy full SHA for d8f6396
1 file changed
docs/docs/mapping.md
@@ -4,7 +4,7 @@ The public knowledge graph is based on property IDs. In order to integrate with
4
5
This is done using an object called a mapping. The mapping has to be provided to the `HypergraphAppProvider` component.
6
7
-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`:
8
9
```tsx
10
export const mapping: Mapping = {
0 commit comments