Skip to content

Commit d7f1025

Browse files
committed
fix partial params
1 parent 50067f6 commit d7f1025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/tutorials/extend-sso-with-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This approach allows you to:
4545
npm create cloudflare@latest -- device-posture-worker
4646
```
4747

48-
<Render file="c3-post-run-steps" product="workers" params={{ one: "Hello World example", two: "Hello World Worker", three: "JavaScript" }} />
48+
<Render file="c3-post-run-steps" product="workers" params={{ category: "Hello World example", type: "Hello World Worker", lang: "JavaScript" }} />
4949

5050
2. Change to the project directory:
5151

0 commit comments

Comments
 (0)