Skip to content

Commit 5bc2828

Browse files
Apply suggestions from code review
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent d97d99b commit 5bc2828

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ After the binding is declared, access the DevTools endpoint using `env.MYBROWSER
4444
const browser = await puppeteer.launch(env.MYBROWSER);
4545
```
4646

47-
Run `npx wrangler dev` to test your Worker locally (you can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test use the actual remote browser rendering feature).
47+
Run `npx wrangler dev` to test your Worker locally. You can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test against a remote browser.

src/content/docs/browser-rendering/workers-bindings/browser-rendering-with-DO.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class Browser {
210210

211211
## 6. Test
212212

213-
Run `npx wrangler dev` to test your Worker locally (you can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test use the actual remote browser rendering feature).
213+
Run `npx wrangler dev` to test your Worker locally. You can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test against a remote browser.
214214

215215
## 7. Deploy
216216

src/content/docs/browser-rendering/workers-bindings/reuse-sessions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Besides `puppeteer.sessions()`, we have added other methods to facilitate [Sessi
144144

145145
## 5. Test
146146

147-
Run `npx wrangler dev` to test your Worker locally (you can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test use the actual remote browser rendering feature).
147+
Run `npx wrangler dev` to test your Worker locally. You can also set the browser binding as a [remote binding](/workers/development-testing/#remote-bindings) to test against a remote browser.
148148

149149
To test go to the following URL:
150150

src/content/docs/browser-rendering/workers-bindings/screenshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If the same `"url"` is requested again, it will use the cached version in KV ins
171171

172172
## 6. Test
173173

174-
Run `npx wrangler dev` to test your Worker locally, you can also use [remote bindings](/workers/development-testing/#remote-bindings) to use the production browser rendering functionality, or run [`npx wrangler dev --remote`](/workers/wrangler/commands/#dev) to test your Worker remotely before deploying to Cloudflare's global network.
174+
Run `npx wrangler dev` to test your Worker locally. You can also use [remote bindings](/workers/development-testing/#remote-bindings) to test against a remote browser.
175175

176176
To test taking your first screenshot, go to the following URL:
177177

0 commit comments

Comments
 (0)