mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
docs: Fix typo in AWS S3 and S3 nodes for parent folder key (#5933)
Fix typo in S3 nodes
This commit is contained in:
parent
3085ed9bee
commit
c236d5d049
|
@ -531,7 +531,7 @@ export const fileFields: INodeProperties[] = [
|
|||
name: 'parentFolderKey',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Parent file you want to create the file in',
|
||||
description: 'Parent folder you want to create the file in',
|
||||
},
|
||||
{
|
||||
displayName: 'Requester Pays',
|
||||
|
|
Loading…
Reference in a new issue