mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
🐛 Fix typo
This commit is contained in:
parent
f811094dc5
commit
7233f02350
|
@ -12,7 +12,7 @@ export class NextCloudApi implements ICredentialType {
|
||||||
displayName: 'Web DAV URL',
|
displayName: 'Web DAV URL',
|
||||||
name: 'webDavUrl',
|
name: 'webDavUrl',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
placeholder: 'https://nextcloud.exampl.com/remote.php/webdav/',
|
placeholder: 'https://nextcloud.example.com/remote.php/webdav/',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue