Skip to content

Commit

Permalink
[TASK] Fix case of partial name
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Sep 21, 2024
1 parent bc6f6c4 commit 5caf4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Templating/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ want to make use of automatic detection of the current Content Block.

.. code-block:: html

<f:render partial="component" arguments="{data: data, foo: 'bar'}"/>
<f:render partial="Component" arguments="{data: data, foo: 'bar'}"/>

See also:

Expand Down

0 comments on commit 5caf4f0

Please sign in to comment.