Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acdbaa3

Browse files
authored
typos
1 parent c296996 commit acdbaa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Architecture
44
Definitions
55
~~~~~~~~~~~
66

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
88
* ``id``: the internal identifier used by the datasource
99
* ``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
1111
* ``type``: the node type, the node type will be used to handle the node
1212
* ``manager``: the manager code which handle this node
1313
* ``created_at``
@@ -86,4 +86,4 @@ assets. So you should/must configure your ``.bowerrc`` like this.
8686
8787
{
8888
"directory": "resources/static/vendor"
89-
}
89+
}

0 commit comments

Comments
 (0)