From dcfdc144f7b1d03af47cd9c02ac4d3959c275108 Mon Sep 17 00:00:00 2001 From: Daniel Brintzinger <33524976+nexus-Six@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:13:27 +0100 Subject: [PATCH] fixed js console log errror --- content/1-intro/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/1-intro/_index.md b/content/1-intro/_index.md index 2b9604c..17ec963 100644 --- a/content/1-intro/_index.md +++ b/content/1-intro/_index.md @@ -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() {