diff --git a/2022/2022-05-31_git-triology-part-1/slides/merge.md b/2022/2022-05-31_git-triology-part-1/slides/merge.md
index 8e7de43401b44db604461ce24e6877b29853ea01..976113a7aeb89307745b7066c6fd488495641046 100644
--- a/2022/2022-05-31_git-triology-part-1/slides/merge.md
+++ b/2022/2022-05-31_git-triology-part-1/slides/merge.md
@@ -9,7 +9,7 @@
 
 You have to <font color="color:red">merge</font> the branches.
 
-**Remarks**: merging is directional - *Merge Branch A to branch B*
+**Remarks**: merging is directional - *Merge branch A to branch B*
 
 ### The merge is initiated via so called **merge request**
 *Requesting* someone (from the original repository) to *merge* your changes.