Skip to content

Commit

Permalink
docs: typeos
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 11, 2023
1 parent bcc60f8 commit aa93729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default async function (context, commands) {

If you do not give the measure command a URL, the command will prepare everything and start the video. Then it’s up to you to navigate/click on a link/submit the page. You also need to stop the measurement so that Browsertime/sitespeed.io knows that you want the metrics.

Here's an example where we measure navigationg to the sitespeed.io documentationg page by first navigation to the sitespeed.io start page and then clicking on a link.
Here's an example where we measure navigating to the sitespeed.io documentation page by first navigation to the sitespeed.io start page and then clicking on a link.

~~~javascript
export default async function (context, commands) {
Expand Down

0 comments on commit aa93729

Please sign in to comment.