From 0711545cf861b8427eaa8601bf74da967eda360c Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 30 Jan 2025 10:06:10 +0100
Subject: [PATCH] Fix typo in date format in index.md and index.html

---
 index.md          | 2 +-
 public/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index a4c6c9c..0792556 100644
--- a/index.md
+++ b/index.md
@@ -2,7 +2,7 @@
 author: Alexandre Strube
 title: LLMs in 2025 ![](images/blablador.png){ width=550px }
 subtitle: Open source is the new black
-date: Januray 30th, 2025
+date: January 30th, 2025
 ---
 
 ## Website
diff --git a/public/index.html b/public/index.html
index cf76439..7ebae60 100644
--- a/public/index.html
+++ b/public/index.html
@@ -164,7 +164,7 @@
 width="550" /></h1>
   <p class="subtitle">Open source is the new black</p>
   <p class="author">Alexandre Strube</p>
-  <p class="date">Januray 30th, 2025</p>
+  <p class="date">January 30th, 2025</p>
 </section>
 
 <section class="slide level1">
-- 
GitLab