From 8330e5637849018d34baf62c802341fde79a3ac5 Mon Sep 17 00:00:00 2001
From: Yves Hajjar <91386863+spider-killer556@users.noreply.github.com>
Date: Fri, 23 Dec 2022 11:51:15 +0100
Subject: [PATCH] Update chapter_6.md

---
 book/src/chapter_6.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/book/src/chapter_6.md b/book/src/chapter_6.md
index 446bad9..02c395e 100644
--- a/book/src/chapter_6.md
+++ b/book/src/chapter_6.md
@@ -1,4 +1,4 @@
-# Chapter 5 - Fonts
+# Chapter 6 - Fonts
 Kayak UI uses SDF(signed distance fields) for rendering fonts. More specifically it uses multi-channel signed distance fields. Reasons for why we use MSDF:
 - High Quality font rendering.
 - Fast rendering!
@@ -25,4 +25,4 @@ Please refer to the documentation found in the link about for generating fonts.
 
 ```
 .\msdf-atlas-gen.exe -font .\my_font.ttf -type msdf -minsize 32 -format png -imageout my_font.png -json my_font.kayak_font
-```
\ No newline at end of file
+```
-- 
GitLab