Skip to content

Commit 8ce8414

Browse files
authored
chore: fix typo
1 parent c65537b commit 8ce8414

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)