From 8440877c91c7b68cb30a12177e13d4e0aa03259a Mon Sep 17 00:00:00 2001 From: "svenja.michal" Date: Fri, 13 Dec 2024 12:15:17 +0100 Subject: [PATCH] Fix typo --- tutorials/object-storage-based-filesystem/01.de.md | 2 +- tutorials/object-storage-based-filesystem/01.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/object-storage-based-filesystem/01.de.md b/tutorials/object-storage-based-filesystem/01.de.md index 7d7790ff5..fc65f90e4 100644 --- a/tutorials/object-storage-based-filesystem/01.de.md +++ b/tutorials/object-storage-based-filesystem/01.de.md @@ -5,7 +5,7 @@ slug: "object-storage-based-filesystem" date: "2024-12-12" title: "Objektspeicher als Dateisystem mit s3fs" short_description: "Lerne, wie man Object Storage als lokales Dateisystem mit s3fs einbindet. Inklusive Installation, Konfiguration und Leistungsoptimierung." -tags: ["Development", "Object Storage", "Filesystem". "s3fs"] +tags: ["Development", "Object Storage", "Filesystem", "s3fs"] author: "Richy" author_link: "https://github.com/DasCanard" author_img: "https://avatars.githubusercontent.com/u/17070204" diff --git a/tutorials/object-storage-based-filesystem/01.en.md b/tutorials/object-storage-based-filesystem/01.en.md index 2784b9ea4..652e50ba1 100644 --- a/tutorials/object-storage-based-filesystem/01.en.md +++ b/tutorials/object-storage-based-filesystem/01.en.md @@ -5,7 +5,7 @@ slug: "object-storage-based-filesystem" date: "2024-12-12" title: "Object Storage Based Filesystem with s3fs" short_description: "Learn how to mount Object Storage as a local filesystem using s3fs. Includes installation, configuration, and performance optimization." -tags: ["Development", "Object Storage", "Filesystem". "s3fs"] +tags: ["Development", "Object Storage", "Filesystem", "s3fs"] author: "Richy" author_link: "https://github.com/DasCanard" author_img: "https://avatars.githubusercontent.com/u/17070204"