Skip to content

Commit

Permalink
fix typo in function call (eror -> error)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfuckingbird committed Apr 15, 2024
1 parent ff6f468 commit 8e1c356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/extraNetworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function extraNetworksShowMetadata(text) {
return;
}
} catch (error) {
console.eror(error);
console.error(error);
}

var elem = document.createElement('pre');
Expand Down

0 comments on commit 8e1c356

Please sign in to comment.