Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/Mail/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ pass the current request to the FluidEmail instance:
$email->setRequest($this->request);

Read more aboout :ref:`Getting the PSR-7 request object <getting-typo3-request-object>` in different
contexts.
contexts.

In a context where no valid request object can be retrieved, such as in a
:ref:`Console command <t3coreapi:symfony-console-commands>` a valid frontend context need to be
:ref:`Console command <t3coreapi:symfony-console-commands>` a valid frontend context need to be
simmulated (`Simulating a frontend request in TYPO3 Commands <https://docs.typo3.org/permalink/t3coreapi:console-command-tutorial-fe-request-example>`_)
or the affected ViewHelpers cannot be used.

Expand Down