diff --git a/views/index.jade b/views/index.jade
index 770485e..5f67133 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -86,7 +86,7 @@ block content
li downloaded: 2 external requests. Skin changed or unknown, downloaded.
li
| error: This can happen, for example, when Mojang's servers are down.
- | If possible, an outdated image is be served instead.
+ | If possible, an outdated image is served instead.
a(id="about-usernames", class="anchor")
a(href="#about-usernames")
@@ -107,7 +107,7 @@ block content
a(href="#about-caching")
h3 About caching
p
- | Crafatar caches keeps skins for #{config.local_cache_time} seconds until they are checked for changes.
+ | Crafatar caches skins for #{config.local_cache_time} seconds until they are checked for changes.
| Images should be cached in browsers for #{config.browser_cache_time} seconds until a new request to Crafatar is made.
a(id="examples", class="anchor")