docs: Fix typo in AWS S3 and S3 nodes for parent folder key (#5933)

Fix typo in S3 nodes
This commit is contained in:
Jon 2023-04-11 14:17:12 +01:00 committed by GitHub
parent 3085ed9bee
commit c236d5d049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',