Skip to content

Commit

Permalink
fix(Google Drive Node): fix drive hint typo in resource locator (n8n-…
Browse files Browse the repository at this point in the history
  • Loading branch information
drudge authored Oct 19, 2022
1 parent 48223f2 commit 0079309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ export class GoogleDrive implements INodeType {
type: 'resourceLocator',
default: { mode: 'list', value: '' },
required: true,
hint: 'The Google Drive drive to operator on',
hint: 'The Google Drive drive to operate on',
modes: [
{
displayName: 'Drive',
Expand Down

0 comments on commit 0079309

Please sign in to comment.