From c9b73f5575d96a1337d5eb02a3e80b8c57f6d9c3 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Tue, 8 Oct 2024 17:04:28 +0200
Subject: [PATCH] Capitalize beginning of sentence

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
index 1c2207947..2d84b3532 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
@@ -6,7 +6,7 @@ performance and permanence.
 
 We differentiate between **permanent filesystems** and **working filesystems**:
 
-* the [permanent filesystems](permanent.md), i.e. `/home` and `/projects`, are meant to hold your
+* The [permanent filesystems](permanent.md), i.e. `/home` and `/projects`, are meant to hold your
 source code, configuration files, and other permanent data.
 * The [working filesystems](working.md), i.e, `horse`, `walrus`, etc., are designed as scratch
 filesystems holding your working and temporary data, e.g., input and output of your compute
-- 
GitLab