Skip to content

Commit

Permalink
chore(examples): Fixed a typo in examples/proxy.js (puppeteer#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzg authored and aslushnikov committed Oct 18, 2017
1 parent 2b79514 commit 8717203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
});
Expand Down

0 comments on commit 8717203

Please sign in to comment.