From 7c485fa5d5f8624f19b65982e372e532d679eba8 Mon Sep 17 00:00:00 2001 From: "Shaaf, Syed" <474256+sshaaf@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:21:00 +0200 Subject: [PATCH] change consol.log to console.log minor script error. fixing consol to console --- 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() {