Skip to content

Commit

Permalink
BUGFIX: Fix a tiny rendering error in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Heist committed May 14, 2018
1 parent b868039 commit 7cf0013
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The ``root`` path
=================

You may already have seen a ``Root.fusion`` that contain a path ``page`` which is filled with an object of type ``Neos.Neos:Page``.
Here, the ``Neos.Neos:Page`` Fusion object is assigned to the path ``page``, telling the system that the Fusion object
``Page`` is responsible for further rendering:
Here, the ``Neos.Neos:Page`` Fusion object is assigned to the path ``page``, telling the system that the Fusion object
``Page`` is responsible for further rendering::

page = Neos.Neos:Page {
head {
Expand Down

0 comments on commit 7cf0013

Please sign in to comment.