Skip to content

Commit

Permalink
Merge pull request #27 from devsecops-workshop/master
Browse files Browse the repository at this point in the history
fixed js console log errror
  • Loading branch information
nexus-Six committed Nov 27, 2023
2 parents eab754a + dcfdc14 commit e2cbccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/1-intro/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Click the generated link once to apply it the the current guide.
{
url = url + "?domain=" + parameter;
}
consol.log("Returning -> " + url)
console.log("Returning -> " + url)
return url;
}
function get_domain() {
Expand Down

0 comments on commit e2cbccd

Please sign in to comment.