Skip to content

Commit 88964fd

Browse files
authored
Merge pull request #453 from rodsotdia/patch-1
fix: documentation about url binding in workflows
2 parents c3cfff5 + 336e51b commit 88964fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workflows/bindings/url-binding.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The `url` binding allows you to access the native JavaScript `URLSearchParams` A
2424
```js
2525
export const workflowSettings = {
2626
// ...other settings
27-
bindings: {"kinde.url": {}}
27+
bindings: {
28+
url: {}
29+
}
2830
};
2931
```
3032

0 commit comments

Comments
 (0)