Skip to content

Commit

Permalink
Merge pull request #366 from ihmels/patch-1
Browse files Browse the repository at this point in the history
Fix code markup in documentation
  • Loading branch information
Seldaek authored Dec 16, 2024
2 parents 9389060 + 949ec16 commit e0d3954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Finally, an optional ``hosts`` key lets you configure which hostnames (e.g. ``fo
the CSP rule should be enforced on. If the list is empty (it is by default), all
hostnames will use the CSP rule.

If the `content_types` and `hosts` options don’t fit your needs, you can also configure a service implementing
`Symfony\Component\HttpFoundation\RequestMatcherInterface` as `request_matcher`. Then the `content_types` and `hosts`
If the ``content_types`` and ``hosts`` options don’t fit your needs, you can also configure a service implementing
``Symfony\Component\HttpFoundation\RequestMatcherInterface`` as ``request_matcher``. Then the ``content_types`` and ``hosts``
options are no longer used.

.. code-block:: yaml
Expand Down

0 comments on commit e0d3954

Please sign in to comment.