🐛 Fix typo

This commit is contained in:
Jan Oberhauser 2019-11-20 16:23:43 +01:00
parent f811094dc5
commit 7233f02350

View file

@ -12,7 +12,7 @@ export class NextCloudApi implements ICredentialType {
displayName: 'Web DAV URL',
name: 'webDavUrl',
type: 'string' as NodePropertyTypes,
placeholder: 'https://nextcloud.exampl.com/remote.php/webdav/',
placeholder: 'https://nextcloud.example.com/remote.php/webdav/',
default: '',
},
{