diff --git a/index.html b/index.html
index b2ee074..53c3d18 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-
+
@@ -90,3 +90,5 @@
+
+
diff --git a/script.js b/script.js
index d4fd75a..dbb673d 100644
--- a/script.js
+++ b/script.js
@@ -93,7 +93,7 @@ async function translateSwedishWord(word, langKey) {
const targetLang = LANG_CODE[langKey];
const url = `${TRANSLATE_URL}?q=${encodeURIComponent(
- word
+ word,
)}&langpair=sv|${targetLang}`;
const res = await fetch(url);
@@ -138,3 +138,5 @@ function renderTips() {
}
renderTips();
+
+// here is some space for reviews