diff --git a/README.md b/README.md
index 521281b..a28e841 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This is like [Invidious](https://invidious.io/) but only for [Ultimate Guitar](h
## How to use it
-After successfull installation, there is an executable called `freetar` in the PATH. Execute it without parameters and it listens on 0.0.0.0:22000.
+After successful installation, there is an executable called `freetar` in the PATH. Execute it without parameters and it listens on 0.0.0.0:22000.
**PyPi**
diff --git a/freetar/static/scroll.js b/freetar/static/scroll.js
index 1c4f443..d0b1e44 100644
--- a/freetar/static/scroll.js
+++ b/freetar/static/scroll.js
@@ -70,7 +70,7 @@ function startScrolling() {
scrollInterval = setInterval(pageScroll, scrollTimeout);
}
-// Sets `pausedForUserInteraction` to `true` for `delay` miliseconds.
+// Sets `pausedForUserInteraction` to `true` for `delay` milliseconds.
// Will stop `pageScroll` from actually scrolling the page
function pauseScrolling(delay) {
pausedForUserInteraction = true;
diff --git a/freetar/templates/index.html b/freetar/templates/index.html
index 7672fb5..141f643 100644
--- a/freetar/templates/index.html
+++ b/freetar/templates/index.html
@@ -32,10 +32,10 @@
{% if favs %}
Advanced
- Export favorties
+ Export favorites Import favorites
-
+