typo measuure (#2342)

This commit is contained in:
Vitalii Tverdokhlib 2019-02-23 00:05:14 +02:00 committed by Peter Hedenskog
parent f4e1084c43
commit 3466a3083b
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ Start and navigate to the URL and then automatically call the stop() function af
~~~javascript
module.exports = async function(context, commands) {
await commands.measure.start('https://www.sitespeed.io');
// If you want to measuure multiple URLs after each other
// If you want to measure multiple URLs after each other
// you can just line them up
await commands.measure.start('https://www.sitespeed.io/examples/');
return commands.measure.start('https://www.sitespeed.io/documentation/');