chore(examples): Fixed a typo in examples/proxy.js (#1073)
This commit is contained in:
parent
2b7951473d
commit
8717203fb2
@ -22,7 +22,7 @@ const puppeteer = require('puppeteer');
|
||||
|
||||
const browser = await puppeteer.launch({
|
||||
// Launch chromium using a proxy server on port 9876.
|
||||
// More on proxing:
|
||||
// More on proxying:
|
||||
// https://www.chromium.org/developers/design-documents/network-settings
|
||||
args: [ '--proxy-server=127.0.0.1:9876' ]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user