Skip to content

Commit b844355

Browse files
Update src/content/docs/browser-rendering/platform/browser-close-reasons.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent f5c01a1 commit b844355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/browser-close-reasons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { DashButton } from "~/components";
99

1010
A browser session may close for a variety of reasons, occasionally due to connection errors or errors in the headless browser instance. As a best practice, wrap `puppeteer.connect` or `puppeteer.launch` in a [`try/catch`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch) statement.
1111

12-
To see the reason that a browser closed:
12+
To find the reason that a browser closed:
1313

1414
1. In the Cloudflare dashboard, go to the **Browser Rendering** page.
1515

0 commit comments

Comments
 (0)