Skip to content

Commit 16385ca

Browse files
authored
Merge pull request #654 from flavioheleno/patch-1
Fix typo in Advanced Usage
2 parents 1da1feb + f503da1 commit 16385ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/07-AdvancedUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function worksOnCondition(AcceptanceTester $I, \Codeception\Scenario $sce
124124
// some condition to execute test or not
125125
if ($this->shouldNotBeExecuted) {
126126
// skip test on condition
127-
// please not that `_before` is still executed for this test
127+
// please note that `_before` is still executed for this test
128128
// and browser is launched in case of acceptance test
129129
$scenario->skip('This test is skipped on this condition');
130130
}

0 commit comments

Comments
 (0)