Skip to content

Commit d8f6396

Browse files
Update mapping.md (#319)
1 parent 3a94dcd commit d8f6396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The public knowledge graph is based on property IDs. In order to integrate with
44

55
This is done using an object called a mapping. The mapping has to be provided to the `HypergraphAppProvider` component.
66

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`:
7+
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`:
88

99
```tsx
1010
export const mapping: Mapping = {

0 commit comments

Comments
 (0)