Skip to content

Commit bfd0812

Browse files
committed
docs: replace uri with URI
1 parent 05ac050 commit bfd0812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ run on every request. Filters can be specified by adding their alias to either t
140140
There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
141141
One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
142142
third-party websites to hit one or two specific URI's, while keeping the rest of them protected. To do this, add
143-
an array with the 'except' key and a uri to match as the value alongside the alias::
143+
an array with the 'except' key and a URI to match as the value alongside the alias::
144144

145145
public $globals = [
146146
'before' => [

0 commit comments

Comments
 (0)