Skip to content

Commit d5b1772

Browse files
B3noneconnorjclark
authored andcommitted
Fixed typo in docs/readme.md (GoogleChrome#10179)
1 parent a5dbdd2 commit d5b1772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function launchChromeAndRunLighthouse(url, opts, config = null) {
1515
return chromeLauncher.launch({chromeFlags: opts.chromeFlags}).then(chrome => {
1616
opts.port = chrome.port;
1717
return lighthouse(url, opts, config).then(results => {
18-
// use results.lhr for the JS-consumeable output
18+
// use results.lhr for the JS-consumable output
1919
// https://github.com/GoogleChrome/lighthouse/blob/master/types/lhr.d.ts
2020
// use results.report for the HTML/JSON/CSV output as a string
2121
// use results.artifacts for the trace/screenshots/other specific case you need (rarer)

0 commit comments

Comments
 (0)