Skip to content

Commit 638d937

Browse files
authored
Merge pull request #306 from danjohnson95/patch-1
chore: fix typo
2 parents 1e32afb + 8ce8414 commit 638d937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/MissingSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public static function create(string $settingsClass, array $missingProperties, s
1010
{
1111
$missing = implode(', ', $missingProperties);
1212

13-
return new self("Tried {$operation} settings '{$settingsClass}', and following properties were missing: {$missing}");
13+
return new self("Tried {$operation} settings '{$settingsClass}', and the following properties were missing: {$missing}");
1414
}
1515
}

0 commit comments

Comments
 (0)