Skip to content
/ qp-n8n Public
forked from n8n-io/n8n

Commit

Permalink
docs: Fix typo in AWS S3 and S3 nodes for parent folder key (n8n-io#5933
Browse files Browse the repository at this point in the history
)

Fix typo in S3 nodes
  • Loading branch information
Joffcom authored and sunilrr committed Apr 24, 2023
1 parent 8c45ac9 commit 53d603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Aws/S3/FileDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 53d603a

Please sign in to comment.