Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Dec 19, 2016
1 parent c3fb7cc commit e2a9100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/gather/driver.js
Expand Up @@ -143,7 +143,7 @@ class Driver {
);

this.sendCommand('Runtime.evaluate', {
// We need to expliticly wrap the raw expression for several purposes:
// We need to explicitly wrap the raw expression for several purposes:
// 1. Ensure that the expression will be a native Promise and not a polyfill/non-Promise.
// 2. Ensure that errors in the expression are captured by the Promise.
// 3. Ensure that errors captured in the Promise are converted into plain-old JS Objects
Expand Down

0 comments on commit e2a9100

Please sign in to comment.