From e2a2f83abc4eb3d2c86781b8511134f8e06171c6 Mon Sep 17 00:00:00 2001
From: Jan Wille <mail@janwille.de>
Date: Mon, 4 Nov 2024 09:08:39 +0100
Subject: [PATCH] fix textcolor command typing

---
 chap/textFormating.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chap/textFormating.tex b/chap/textFormating.tex
index 5057300..20fc535 100644
--- a/chap/textFormating.tex
+++ b/chap/textFormating.tex
@@ -81,7 +81,7 @@
 
         \medskip
         You might also want to change your text colour, which is what the {color} package is for. It provides the
-        |textcolor{colour}{text}| command, \textcolor{red}{which allows you} \textcolor{blue}{to change your text colour}.
+        |\textcolor{colour}{text}| command, \textcolor{red}{which allows you} \textcolor{blue}{to change your text colour}.
 
         \section{Special characters} \label{sec: special-charaters}
             \subsection{LaTeX command characters}
-- 
GitLab