Skip to content

Commit 9bf8aad

Browse files
committed
Description updates
1 parent 8a57ff3 commit 9bf8aad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/_2markdown/_2markdown.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
filePath: {
88
type: "string",
99
label: "File Path or URL",
10-
description: "An HTML file. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
10+
description: "An HTML file. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.html`)",
1111
},
1212
},
1313
methods: {

components/_2markdown/actions/pdf-to-markdown/pdf-to-markdown.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
_2markdown,
1616
"filePath",
1717
],
18-
description: "A PDF file. Provide either the path to a file in the `/tmp` directory (e.g. `/tmp/myFile.pdf`) or a file URL. [See the documentation on working with files](https://pipedream.com/docs/workflows/building-workflows/code/nodejs/working-with-files/)",
18+
description: "A PDF file. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.pdf`)",
1919
},
2020
waitForCompletion: {
2121
type: "boolean",

components/askyourpdf/actions/add-document-via-file-upload/add-document-via-file-upload.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
file: {
1313
type: "string",
1414
label: "File Path or URL",
15-
description: "The file to upload. Provide either a path to a file in the `/tmp` directory (e.g. `/tmp/myFile.ext`) or a file URL. [See the documentation on working with files](https://pipedream.com/docs/workflows/building-workflows/code/nodejs/working-with-files/)",
15+
description: "The file to upload. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
1616
},
1717
},
1818
methods: {

0 commit comments

Comments
 (0)