You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Processing documents is done in a few steps.
34
34
parser component will parse the document and create a tree of nodes. Each node
35
35
represents a part of the document. For example a paragraph, a list or a table.
36
36
#. :php:class:`Compiling <\phpDocumentor\Guides\Compiler\Compiler>` The second step is to compile the tree of nodes. This is done by the :doc:`compiler`
37
-
component. During the compilation modifications can be made to the tree of nodes. For
37
+
component. During the compilation, modifications can be made to the tree of nodes. For
38
38
example the compiler can add a table of contents to the tree of nodes.
39
39
40
40
#. :php:class:`Rendering <\phpDocumentor\Guides\Renderer\BaseTypeRenderer>` The third step is to render the tree of nodes. This is done by the :doc:`render`
0 commit comments