From b6b66912538965e2816f6337534e99391bb6cf49 Mon Sep 17 00:00:00 2001 From: YellowLink <155936264+YellowLink@users.noreply.github.com> Date: Sat, 3 May 2025 14:39:42 -0600 Subject: [PATCH] Fixed minor typo in partitioning.rst --- docs/partitioning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partitioning.rst b/docs/partitioning.rst index 339e594..169afe6 100644 --- a/docs/partitioning.rst +++ b/docs/partitioning.rst @@ -15,7 +15,7 @@ Dedicated /home partition In Linux, the ``/home`` directory is used to store user data and preferences. -This directory contains one subdirectoy for each user account. Say your username is ``john``, your home directory is ``/home/john``, your downloads are in ``/home/john/Downloads``, your documents in ``/home/john/Documents``, your Firefox bookmarks somewhere in ``/home/john/.mozilla`` and so on... +This directory contains one subdirectory for each user account. Say your username is ``john``, your home directory is ``/home/john``, your downloads are in ``/home/john/Downloads``, your documents in ``/home/john/Documents``, your Firefox bookmarks somewhere in ``/home/john/.mozilla`` and so on... By giving ``/home`` its own dedicated partition, you separate the user data from the rest of the operating system.