Skip to content

Commit 1b0d11e

Browse files
linawolfgreg0ire
andcommitted
Update docs/architecture.rst
Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
1 parent 35e4cb0 commit 1b0d11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Processing documents is done in a few steps.
3434
parser component will parse the document and create a tree of nodes. Each node
3535
represents a part of the document. For example a paragraph, a list or a table.
3636
#. :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
3838
example the compiler can add a table of contents to the tree of nodes.
3939

4040
#. :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

Comments
 (0)