From 1a6fb76e54c202c6f8237bb258dea12f00c3d84d Mon Sep 17 00:00:00 2001 From: Juri Hahn Date: Thu, 29 Oct 2020 02:28:52 +1300 Subject: [PATCH] ln: add missing noun (#4883) --- pages/common/ln.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ln.md b/pages/common/ln.md index 3c11f1696a..10e509323c 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -6,7 +6,7 @@ `ln -s {{path/to/file_or_directory}} {{path/to/symlink}}` -- Overwrite an existing symbolic to point to a different file: +- Overwrite an existing symbolic link to point to a different file: `ln -sf {{path/to/new_file}} {{path/to/symlink}}`