chore: Object reference typo (#6)

Co-authored-by: Rico <r@rico.wtf>
This commit is contained in:
Eric Tuvesson
2023-09-11 10:32:54 +02:00
committed by GitHub
parent cd0094c17a
commit 56ff6e9cc5

View File

@@ -9,7 +9,7 @@ title: Noodl.Objects
One step above **Variable**s are **Object**s,
this is a global data model of Noodl objects.
Each object is referenced with an **Id** and can contain a set of properties.
You can access alla objects in your workspace through their **Id** and the `Noodl.Objects` prefix.
You can access all objects in your workspace through their **Id** and the `Noodl.Objects` prefix.
Change a property of an object will trigger all connections from object nodes with the corresponding **Id** and property.
You can learn more about objects and how you use them in your Noodl applications [here](/docs/guides/data/objects).