Skip to content

Commit 85100fd

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/platform/puppeteer.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 7f15ef9 commit 85100fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/puppeteer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const browser = await puppeteer.launch(env.MYBROWSER, { keep_alive: 600000 });
5757

5858
Using the above, the browser will stay open for up to 10 minutes, even if inactive.
5959

60-
### Setting a Custom User Agent
60+
### Set a custom user agent
6161

6262
To specify a custom user agent in Puppeteer, use the `page.setUserAgent()` method. This is useful if the target website serves different content based on the user agent.
6363

0 commit comments

Comments
 (0)