Skip to content

Commit 35029c5

Browse files
committed
docs: text decration
1 parent 7b05b72 commit 35029c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Except for a Few URIs
120120
There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
121121
One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
122122
third-party websites to hit one or two specific URI's, while keeping the rest of them protected. To do this, add
123-
an array with the 'except' key and a URI to match as the value alongside the alias:
123+
an array with the ``except`` key and a URI to match as the value alongside the alias:
124124

125125
.. literalinclude:: filters/006.php
126126

@@ -150,7 +150,7 @@ all requests that were run from the command line.
150150
$filters
151151
========
152152

153-
This property is an array of filter aliases. For each alias, you can specify before and after arrays that contain
153+
This property is an array of filter aliases. For each alias, you can specify ``before`` and ``after`` arrays that contain
154154
a list of URI patterns that filter should apply to:
155155

156156
.. literalinclude:: filters/009.php

0 commit comments

Comments
 (0)