Skip to content

Commit 3bf6278

Browse files
committed
whitespace
1 parent 3b57f39 commit 3bf6278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function _beforeSuite($settings = array())
8282
public function _before(TestCase $test)
8383
{
8484
$class = $this->getContainerClass();
85-
// Cannot use $this->configurator->createContainer() directly beacuse it would call $container->initialize().
85+
// Cannot use $this->configurator->createContainer() directly beacuse it would call $container->initialize().
8686
// Container initialization is called laiter by NetteConnector.
8787
$this->container = new $class;
8888
$this->client = new NetteConnector();

0 commit comments

Comments
 (0)