Skip to content

Commit ed7a9a5

Browse files
committed
Typo fix
1 parent 18d45f0 commit ed7a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/firecrawl/actions/crawl-url/crawl-url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
},
2424
includePaths: {
2525
type: "string[]",
26-
label: "Exclude Paths",
26+
label: "Include Paths",
2727
description: "Similar to `Exclude Paths`, but if set, only the paths matching the specified patterns will be included",
2828
optional: true,
2929
},

0 commit comments

Comments
 (0)