Skip to content

Commit d1029ca

Browse files
authored
docs: Small typo in testing/debugging.rst
Small typo in testing/debugging.rst
1 parent c1b7e71 commit d1029ca

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)