Skip to content

Commit c32ac66

Browse files
authored
Update components/google_drive/actions/upload-file/upload-file.mjs
1 parent 9c1149e commit c32ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/google_drive/actions/upload-file/upload-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default {
9191
metadata: {
9292
type: "object",
9393
label: "Metadata",
94-
description: "Additional metadata to supply in the upload. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/files) for information on availabl efields. Values will be parsed as JSON where applicable. Example: `{ \"description\": \"my file description\" }`",
94+
description: "Additional metadata to supply in the upload. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/files) for information on available fields. Values will be parsed as JSON where applicable. Example: `{ \"description\": \"my file description\" }`",
9595
optional: true,
9696
},
9797
},

0 commit comments

Comments
 (0)