Skip to content

Commit

Permalink
docs: Fix typo view_parser.rst
Browse files Browse the repository at this point in the history
Fix typo view_parser.rst.
  • Loading branch information
obozdag authored Apr 17, 2024
1 parent d425bdf commit e3ada75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/outgoing/view_parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ You can also use closures, but these can only be defined in the config file's co

.. literalinclude:: view_parser/015.php

If the callable is on its own, it is treated as a single tag, not a open/close one. It will be replaced by
If the callable is on its own, it is treated as a single tag, not an open/close one. It will be replaced by
the return value from the plugin:

.. literalinclude:: view_parser/016.php
Expand Down

0 comments on commit e3ada75

Please sign in to comment.