We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c939456 commit dd3bf33Copy full SHA for dd3bf33
1 file changed
src/tools/performance.ts
@@ -49,7 +49,6 @@ export const startTrace = defineTool({
49
});
50
}
51
52
- // This panel may be opened with trace data recorded in other tools.
53
// Keep in sync with the categories arrays in:
54
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/front_end/panels/timeline/TimelineController.ts
55
// https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/gather/gatherers/trace.js
@@ -125,7 +124,7 @@ async function stopTracingAndAppendOutput(
125
124
response.appendResponseLine(insightText);
126
} else {
127
response.appendResponseLine(
128
- 'No insights has been found. The performance looks good!',
+ 'No insights have been found. The performance looks good!',
129
);
130
131
0 commit comments