From d23aa5e8e21bc3049fa65102582105025469a24a Mon Sep 17 00:00:00 2001 From: Raj Dave <86198810+Rajdave69@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:09:28 -0700 Subject: [PATCH] fix(docs): minor grammar fix in external-library.md (#11073) --- docs/docs/guides/external-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/external-library.md b/docs/docs/guides/external-library.md index 5f5d0f168d..8971bde971 100644 --- a/docs/docs/guides/external-library.md +++ b/docs/docs/guides/external-library.md @@ -27,7 +27,7 @@ EXTERNAL_PATH=/home/tenino/photos ``` :::info EXTERNAL_PATH design -The design choice to put the EXTERNAL_PATH into .env rather than put two copies of the absolute path in the yml file in order to make everything easier, so if you have two copies of the same path that have to be kept in sync, then someday later when you move the data, update only one of the paths, without everything will break mysteriously. +The design choice to put the EXTERNAL_PATH into .env rather than put two copies of the absolute path in the yml file is in order to make everything easier. If you have two copies of the same path that have to be kept in sync, then someday later when you move the data, update only one of the paths, without everything breaking mysteriously. ::: Restart Immich.