1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-10 18:10:46 +09:00

replace "trough" with "through" (#35)

* replace "trough" with "through"

* Update layouts.md

* Update any-timeline.md

* Update glossary.md

* Update create-an-object.md

* Update README.md

* Update linking-objects.md
This commit is contained in:
Quinn Herden 2023-12-04 06:57:01 -05:00 committed by GitHub
parent 1911dea781
commit 6bd31d5665
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ These include:
* [templates](../basics/types/templates/ "mention"): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
* [relations](../basics/relations/ "mention"): Object connectors; either via shared properties or defined links.
* [anytype-library](../basics/anytype-library/ "mention"): The place where all of your Types and Relations live.
* [linking-objects.md](../anytype-basics/object-editor/linking-objects.md "mention"): For creating connections between objects either trough relations or directly.
* [linking-objects.md](../anytype-basics/object-editor/linking-objects.md "mention"): For creating connections between objects either through relations or directly.
* [graph.md](../basics/graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
* [sets](../basics/sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation).
* [collections.md](../basics/collections.md "mention"): Manually created compilation of multiple objects within a single one.