From 303748df989a26ee53effb7b72947eece33521b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Seres?= <91373059+jawlkumuna@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:09:37 +0200 Subject: [PATCH] fix typo intro_to_filesystems.md --- mkdocs/docs/intro_to_filesystems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/intro_to_filesystems.md b/mkdocs/docs/intro_to_filesystems.md index 9bd71e1b..ef4e09e3 100644 --- a/mkdocs/docs/intro_to_filesystems.md +++ b/mkdocs/docs/intro_to_filesystems.md @@ -6,7 +6,7 @@ mergerfs is a union filesystem that manages other filesystems. To understand how mergerfs works and what the features do and mean you must understand at least the basics of how filesystems work. Much of the confusion with mergerfs is based in a lack of knowledge about -filesystems. This section of the documentation is provide a primer for +filesystems. This section of the documentation provides a primer for those needing that knowledge.