From e2139521f7bfa4da63b218f25ca8a38a9a418583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barthe=CC=81lemy=20de=20Mazenod?= Date: Wed, 24 Apr 2019 11:46:54 +0100 Subject: [PATCH] typo fix --- doc/objects.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/objects.md b/doc/objects.md index b79d9080..9bdc9181 100644 --- a/doc/objects.md +++ b/doc/objects.md @@ -5,7 +5,7 @@ ## Definition An Object is an highly customizable element, which can be use in many situations. We use it to compose cursuses and onboarding processes. -Objects can be associated together and then share a vertical or horizontal relationship, which allow to build complex structure of multiple objects. +Objects can be associated together and then share a vertical or horizontal relationship, which allows to build complex structure of multiple objects. It structure can be visualized in two parts. The first one is the definition of the object itself and attributes, called `attrs`. The second part is the definition of minor relationships, called `children` and attributes applied to them, called `childrenAttrs`. @@ -23,4 +23,3 @@ This is the minimal structure of an object: To access your Objects, go to the admin dashboard and then click on the _manage object_ link within the "Object" card. ![go-to-objects](https://user-images.githubusercontent.com/15313830/56653756-46bdb780-6686-11e9-98ba-18e382987e9c.png) -