Skip to content

Commit

Permalink
Typo correction (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
horace-velmont committed Apr 6, 2020
1 parent 7388f75 commit 1061ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/compare/load.js
Expand Up @@ -167,7 +167,7 @@ function loadFilesFromGist(id) {
}

function loadHARsFromConfig(config) {
// The runs/pages are zer based since it's an array but
// The runs/pages are zero based since it's an array but
// in configuration we wanna use 1 based since it makes more sense
if (config.har1.run) {
config.har1.run = config.har1.run - 1;
Expand Down

0 comments on commit 1061ccb

Please sign in to comment.