Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 authored Jan 3, 2025
1 parent c65537b commit 8ce8414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/MissingSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public static function create(string $settingsClass, array $missingProperties, s
{
$missing = implode(', ', $missingProperties);

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

0 comments on commit 8ce8414

Please sign in to comment.