Skip to content

Commit 3c592ff

Browse files
authored
docs: fixed the typo (#9702)
1 parent e6491a3 commit 3c592ff

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/extending/events

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/events/006.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use CodeIgniter\Events\Events;
44

5-
Events::trigger('some_events', $foo, $bar, $baz);
5+
Events::trigger('some_event', $foo, $bar, $baz);
66

77
Events::on('some_event', static function ($foo, $bar, $baz) {
88
// ...

0 commit comments

Comments
 (0)