Skip to content

Commit 9ea085e

Browse files
lukinovecstancl
andauthored
Improve wording
Co-authored-by: Samuel Stancl <samuel@archte.ch>
1 parent 4386a3b commit 9ea085e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Concerns/ValidatesDatabaseParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function validateParameter(string|array|null $parameters, string|null
8585

8686
/**
8787
* Ensure password only contains allowed characters (allowedPasswordCharacters())
88-
* before used in SQL statements.
88+
* before being used in SQL statements.
8989
*
9090
* Used in permission controlled managers as a shorthand for calling validateParameter()
9191
* with the less strict allowlist to validate database user passwords.

0 commit comments

Comments
 (0)