Skip to content

Commit bba61de

Browse files
committed
change x to accepted character
1 parent 614857f commit bba61de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/release-notes/browser-rendering.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ entries:
99
title: Page title now included in content endpoint responses
1010
description: |-
1111
* The [`/content` endpoint](/browser-rendering/rest-api/content-endpoint/) now returns the page's title, making it easier to identify pages.
12-
title: Default viewport updated to 1920×1080
12+
title: Default viewport updated to 1920x1080
1313
description: |-
14-
* The default viewport size has been increased from 800×600 to 1920×1080. You can still override the viewport via request options.
14+
* The default viewport size has been increased from 800x600 to 1920x1080. You can still override the viewport via request options.
1515
title: Playwright now supported in local development
1616
description: |-
1717
* Local development with `npx wrangler dev` now supports Playwright when using browser rendering. Upgrade to the latest version of wrangler to get started.

0 commit comments

Comments
 (0)