From 4ea70d66308f2da542edd7d5e58f52a6e1322bb8 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Wed, 6 Dec 2017 15:18:53 -0500
Subject: [PATCH] Fix typo.

---
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index 6c90a722..6f018d4a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -381,7 +381,7 @@ The default favicon can be changed by setting the `favicon` variable to an
 
 ``` yaml
 theme:
-  favicon: 'assets/mages/favicon.ico'
+  favicon: 'assets/images/favicon.ico'
 ```
 
 ### Features
-- 
GitLab