1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

fix typo in email examples

This commit is contained in:
Vincent (Wen Yu) Ge 2022-10-03 15:13:04 +00:00
parent 3281b8bbd4
commit 207941558f

View file

@ -305,7 +305,7 @@ class Swagger2 extends Format
case 'Appwrite\Network\Validator\Email':
$node['type'] = $validator->getType();
$node['format'] = 'email';
$node['x-example'] = 'email@examples.com';
$node['x-example'] = 'email@example.com';
break;
case 'Appwrite\Network\Validator\URL':
$node['type'] = $validator->getType();