Skip to content

Commit be7b7f6

Browse files
authored
Merge pull request #8939 from obozdag/patch-15
docs: Small typo in testing/debugging.rst
2 parents c1b7e71 + d1029ca commit be7b7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Creating Custom Collectors
142142
Creating custom collectors is a straightforward task. You create a new class, fully-namespaced so that the autoloader
143143
can locate it, that extends ``CodeIgniter\Debug\Toolbar\Collectors\BaseCollector``. This provides a number of methods
144144
that you can override, and has four required class properties that you must correctly set depending on how you want
145-
the Collector to work
145+
the Collector to work:
146146

147147
.. literalinclude:: debugging/004.php
148148

0 commit comments

Comments
 (0)