From 6c7e6e9badf71d3a2e2f7ccba6b30ade551e54b4 Mon Sep 17 00:00:00 2001 From: Madison Caldwell Date: Wed, 27 Dec 2023 02:41:37 -0700 Subject: [PATCH] Fix typo: /Volume -> /Volumes (#18963) --- content/desktop/settings/mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/desktop/settings/mac.md b/content/desktop/settings/mac.md index e54874f564..142ccf479e 100644 --- a/content/desktop/settings/mac.md +++ b/content/desktop/settings/mac.md @@ -125,7 +125,7 @@ Use File sharing to allow local directories on your machine to be shared with Linux containers. This is especially useful for editing source code in an IDE on the host while running and testing the code in a container. -By default the `/Users`, `/Volume`, `/private`, `/tmp` and `/var/folders` directory are shared. +By default the `/Users`, `/Volumes`, `/private`, `/tmp` and `/var/folders` directory are shared. If your project is outside this directory then it must be added to the list, otherwise you may get `Mounts denied` or `cannot start service` errors at runtime. @@ -322,4 +322,4 @@ On the **Advanced** tab, you can reconfigure your initial installation settings: ## Notifications -{{< include "desktop-notifications-settings.md" >}} \ No newline at end of file +{{< include "desktop-notifications-settings.md" >}}