Skip to content

Commit fde19d8

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/reference/timeouts.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 3d28667 commit fde19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/reference/timeouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
2323
## Notes and recommendations
2424
You can set multiple timers — as long as one is complete, the request will fire.
2525

26-
If you’re not getting the expected output:
26+
If you are not getting the expected output:
2727
— Try increasing `goToOptions.timeout` (up to 60 s).
2828
— If waiting for a specific element, use `waitForSelector`. Otherwise, use `goToOptions.waitUntil` set to `networkidle2` to ensure the page has finished loading dynamic content.

0 commit comments

Comments
 (0)