Skip to content

Commit e862800

Browse files
committed
Fix Provided Filter name in user guide
1 parent fae081f commit e862800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ In this example, the array ``['dual', 'noreturn']`` will be passed in ``$argumen
197197
Provided Filters
198198
****************
199199

200-
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``Security``, and ``DebugToolbar``.
200+
Three filters are bundled with CodeIgniter4: ``Honeypot``, ``CSRF``, and ``DebugToolbar``.
201201

202202
.. note:: The filters are executed in the declared order that is defined in the config file, but there is one exception to this and it concerns the ``DebugToolbar``, which is always executed last. This is because ``DebugToolbar`` should be able to register everything that happens in other filters.

0 commit comments

Comments
 (0)