Skip to content

Commit 495935b

Browse files
djoosweaverryan
authored andcommitted
Tiny spelling mistake: contruct vs. construct
1 parent 8ec879a commit 495935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/event_dispatcher/before_after_filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ event listeners, you can learn more about them at :doc:`/cookbook/service_contai
108108
{
109109
private $tokens;
110110

111-
public function __contruct($tokens)
111+
public function __construct($tokens)
112112
{
113113
$this->tokens = $tokens;
114114
}

0 commit comments

Comments
 (0)