File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Architecture
4
4
Definitions
5
5
~~~~~~~~~~~
6
6
7
- * ``node ``: the smallest data available, it represents a content stored into the datastore. An node must contains
7
+ * ``node ``: the smallest data available, it represents a content stored into the datastore. A node must contain
8
8
* ``id ``: the internal identifier used by the datasource
9
9
* ``path ``: the path to reach the node, the path is the external identifier to the node
10
- * ``data ``: a dictionnary of key-value representing the content
10
+ * ``data ``: a dictionary of key-value representing the content
11
11
* ``type ``: the node type, the node type will be used to handle the node
12
12
* ``manager ``: the manager code which handle this node
13
13
* ``created_at ``
@@ -86,4 +86,4 @@ assets. So you should/must configure your ``.bowerrc`` like this.
86
86
87
87
{
88
88
"directory" : " resources/static/vendor"
89
- }
89
+ }
You can’t perform that action at this time.
0 commit comments