Skip to content

Commit 4107dbe

Browse files
committed
docs/views/10-generic, minor text fixes.
1 parent 5edeafe commit 4107dbe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/views/10-generic.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ View overview
44
Views are custom elements named after their URL, as described in
55
:ref:`url-view-structure`.
66

7-
The views are dependant on several view-generic behaviors. Any
8-
view-genericbehavior or function should be implemented in a common
9-
Template/View behavior or maybe enriched (like some things are today) by the
10-
:ref:`cosmoz-page-router`.
11-
12-
.. note ::
13-
14-
Tip! The file locations presented in this reference are directly openable in
15-
:ref:`vscode` if you have opened the repository root folder in the editor,
16-
just run the path in the command palette (``Ctrl + Shift + P``).
17-
187
.. _view-imports:
198

209
View imports
@@ -26,9 +15,20 @@ common dependencies required for the views.
2615
View behavior reference
2716
-----------------------
2817

18+
The views are dependant on several view-generic behaviors. Any
19+
generic view behavior or function should be implemented in a common
20+
Template/View behavior or maybe enriched (like some things are today) by the
21+
:ref:`cosmoz-page-router`.
22+
2923
Internal functions (those beginning with and underscore) are not listed here,
3024
unless the behavior only has internal functions (which may indicate that the
31-
functions are not correctly named in that behavior).
25+
functions are not correctly named in the behavior).
26+
27+
.. note ::
28+
29+
Tip! The file locations presented in this reference are directly openable in
30+
:ref:`vscode` if you have opened the repository root folder in the editor,
31+
just run the path in the command palette (``Ctrl + Shift + P``).
3232
3333
``Cosmoz.CommonBehaviors``
3434
~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)