From c47a409769e0cfdddd5f1ca77c2534f68eadb407 Mon Sep 17 00:00:00 2001 From: David Kwon Date: Thu, 6 Mar 2025 17:06:02 -0500 Subject: [PATCH] fix: typo in persistent home docs (#2874) * fix: typo in persistent home docs Signed-off-by: dkwon17 * Update modules/administration-guide/pages/about-persistent-user-home.adoc Co-authored-by: Mykhailo Kuznietsov --------- Signed-off-by: dkwon17 Co-authored-by: Mykhailo Kuznietsov --- .../administration-guide/pages/about-persistent-user-home.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/about-persistent-user-home.adoc b/modules/administration-guide/pages/about-persistent-user-home.adoc index d20f1119a8..4ec6b97471 100644 --- a/modules/administration-guide/pages/about-persistent-user-home.adoc +++ b/modules/administration-guide/pages/about-persistent-user-home.adoc @@ -29,7 +29,7 @@ The primary function of the `stow` command is to run: stow -t /home/user/ -d /home/tooling/ --no-folding ---- -The command above creates symbolic links in `/home/user` for files and directories located in /home/tooling. This populates the persistent volume with symbolic links to the content in `/home/tooling`. As a result, it the `persistentUserHome` feature expects the tooling image to have its `/home/user/` content within `/home/tooling`. +The command above creates symbolic links in `/home/user` for files and directories located in `/home/tooling`. This populates the persistent volume with symbolic links to the content in `/home/tooling`. As a result, the `persistUserHome` feature expects the tooling image to have its `/home/user/` content within `/home/tooling`. For example, if the tools container image contains files in the `home/tooling` directory such as `.config` and `.config-folder/another-file`, stow will create symbolic links in the persistent volume in the following manner: