Docs: update comment

This commit is contained in:
Pieter Vander Vennet 2024-04-25 02:41:51 +02:00
parent 00ab3a1b77
commit 689270405e

View file

@ -3,7 +3,7 @@ import UrlValidator from "./UrlValidator"
export default class VeloparkValidator extends UrlValidator {
constructor() {
super("velopark", "A custom element to allow copy-pasting velopark-pages")
super("velopark", "A special URL-validator that checks the domain name and rewrites to the correct velopark format.")
}
getFeedback(s: string): Translation {