Skip to content

Commit 1c8a351

Browse files
Fix English grammar issues
1 parent 2115b00 commit 1c8a351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/Config/FactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ public function testWithMainConfigurationOverridingInclude(): void
194194

195195
public function testMaxIncludeLevel(): void
196196
{
197-
// one of the included files will not be loaded because of the includes-level value of 2
197+
// one of the included files will not be loaded because of the include-level value of 2
198198
$config = Factory::create(realpath(CH_PATH_FILES . '/config/valid-with-exceeded-max-include-level.json'));
199-
// all files have combined 6 pre-commit actions but one should not be loaded
199+
// all files have combined 6 pre-commit actions, but one should not be loaded
200200
$this->assertCount(5, $config->getHookConfig('pre-commit')->getActions());
201201
}
202202
}

0 commit comments

Comments
 (0)