From 5a94fc0ce71f3cc9e7b679448da70a5cf0b6cfce Mon Sep 17 00:00:00 2001 From: bmiast Date: Tue, 15 Apr 2025 07:37:03 +0000 Subject: [PATCH] corrected errors --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 0451c52..d80b842 100644 --- a/js/script.js +++ b/js/script.js @@ -2,7 +2,7 @@ function get (url) { return fetch (url) .then ( (res) => { - retun res.json() + return res.json() }) .then (data => {