diff --git a/docs/documentation/sitespeed.io/scripting/index.md b/docs/documentation/sitespeed.io/scripting/index.md index 838abaf4c..172a936e4 100644 --- a/docs/documentation/sitespeed.io/scripting/index.md +++ b/docs/documentation/sitespeed.io/scripting/index.md @@ -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/');