Commit 8ae6a4bae618a3c571e3d3cc34c93d9316208da2

Tanner Dolby 2020-10-01T12:30:04

Website: Fix typo on homepage by adding missing word add (#2570)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/index.html b/index.html
index d9e7961..beac954 100644
--- a/index.html
+++ b/index.html
@@ -164,7 +164,7 @@ window.Prism.manual = true;
 
 	<p>In combination with CDNs, we recommend using the <a href="plugins/autoloader">Autoloader plugin</a> which automatically loads languages when necessary.</p>
 
-	<p>The setup of the Autoloader, will look like the following. You can also your own themes of course.</p>
+	<p>The setup of the Autoloader, will look like the following. You can also add your own themes of course.</p>
 
 	<pre><code>&lt;!DOCTYPE html>
 &lt;html>