Skip to content

Commit 2f159e4

Browse files
authored
Update 2025-09-25-br-playwright-ga-stagehand-limits.mdx
fix indentation
1 parent 6cba6a1 commit 2f159e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/browser-rendering/2025-09-25-br-playwright-ga-stagehand-limits.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ To get started with Stagehand, check out this [example guide](/browser-rendering
1515

1616
![Stagehand video](~/assets/images/browser-rendering//stagehand.gif)
1717

18-
```ts title="stagehand example"
19-
const stagehand = new Stagehand({
18+
```ts title="Stagehand example"
19+
const stagehand = new Stagehand({
2020
env: "LOCAL",
2121
localBrowserLaunchOptions: { cdpUrl: endpointURLString(env.BROWSER) },
22-
llmClient: new new WorkersAIClient(env.AI),
22+
llmClient: new WorkersAIClient(env.AI),
2323
verbose: 1,
2424
});
2525

0 commit comments

Comments
 (0)