mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
docs: Fix typo in Update action description for Google Storage (#11615)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
parent
3111dece72
commit
2728f7e592
|
@ -235,7 +235,7 @@ export const bucketOperations: INodeProperties[] = [
|
|||
preSend: [parseJSONBody],
|
||||
},
|
||||
},
|
||||
action: 'Create a new Bucket',
|
||||
action: 'Update the metadata of a Bucket',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
Loading…
Reference in a new issue