Skip to content

Commit 3f991de

Browse files
authored
Merge branch 'main' into docs-fixes
2 parents 76472a7 + 5f2f867 commit 3f991de

4 files changed

Lines changed: 5 additions & 5 deletions

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 = {

docs/docs/publishing-public-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ const MyComponent = ({ publicSpaceId }: { publicSpaceId: string }) => {
8080

8181
In order to explore the knowledge graph you can use GeoBrowser.
8282

83-
Visist [https://testnet.geobrowser.io/root](https://testnet.geobrowser.io/root) and explore the knowledge graph. Once you published you can find it via the search by name or by id.
83+
Visit [https://testnet.geobrowser.io/root](https://testnet.geobrowser.io/root) and explore the knowledge graph. Once you published you can find it via the search by name or by id.
8484

85-
By looking up the data you also can verify that it was published correctly.
85+
By looking up the data you also can verify that it was published correctly.

docs/docs/query-private-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Query Private Data
22

3-
Based on your schema, you can query private data that your created using Hypergraph.
3+
Based on your schema, you can query private data that you created using Hypergraph.
44

55
## useQuery
66

docs/docs/query-public-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Query Public Data
22

3-
Based on your schema, you can query public data that your created using Hypergraph. It works very much like [querying private data](/docs/query-private-data).
3+
Based on your schema, you can query public data that you created using Hypergraph. It works very much like [querying private data](/docs/query-private-data).
44

55
## useQuery
66

0 commit comments

Comments
 (0)