Skip to content

Commit c47a409

Browse files
dkwon17mkuznyetsov
andauthored
fix: typo in persistent home docs (#2874)
* fix: typo in persistent home docs Signed-off-by: dkwon17 <[email protected]> * Update modules/administration-guide/pages/about-persistent-user-home.adoc Co-authored-by: Mykhailo Kuznietsov <[email protected]> --------- Signed-off-by: dkwon17 <[email protected]> Co-authored-by: Mykhailo Kuznietsov <[email protected]>
1 parent 62ced6e commit c47a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/administration-guide/pages/about-persistent-user-home.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The primary function of the `stow` command is to run:
2929
stow -t /home/user/ -d /home/tooling/ --no-folding
3030
----
3131

32-
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`.
32+
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`.
3333

3434
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:
3535

0 commit comments

Comments
 (0)