Skip to content

Commit 8a7445c

Browse files
committed
fix prop description
1 parent 8a80d3b commit 8a7445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/zerobounce/actions/file-validation/file-validation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
callbackWithRerun: {
6161
type: "boolean",
6262
label: "Callback With Rerun",
63-
description: "Use the `$.flow.rerun` Node.js helper to rerun the step when the validation is completed. Overrides the `rerunUrl` prop. This will increase execution time and credit usage as a result. [See the documentation(https://pipedream.com/docs/code/nodejs/rerun/#flow-rerun)",
63+
description: "Use the `$.flow.rerun` Node.js helper to rerun the step when the validation is completed. Overrides the `rerunUrl` prop. This will increase execution time and credit usage as a result. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun/#flow-rerun)",
6464
optional: true,
6565
},
6666
},

0 commit comments

Comments
 (0)