fix(richobjectstrings): Fix typo in docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-11-07 10:36:32 +01:00
parent 5faa6e48e5
commit ac693ee4d6
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -15,7 +15,7 @@ namespace OCP\RichObjectStrings;
*/
interface IValidator {
/**
* Only alphanumeric, dash, underscore and got are allowed, starting with a character
* Only alphanumeric, dash, underscore and dot are allowed, starting with a character
* @since 31.0.0
*/
public const PLACEHOLDER_REGEX = '[A-Za-z][A-Za-z0-9\-_.]+';