You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lighthouse/README.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ The audits are things like the first meaningful paint and the score is provided
194
194
195
195
When using custom tools, it can be convenient to directly access the raw information they provide for doing manual things, such as generating a custom reports.
196
196
197
-
To do so, you can pass a `callback` function to the task initializer. Then, when an audit is run, this callback will we executed with the raw data of the underlying tool.
197
+
To do so, you can pass a `callback` function to the task initializer. Then, when an audit is run, this callback will be executed with the raw data of the underlying tool.
0 commit comments