From 4e61340f27c8b9a081764c6b21cbcc0de0fe4792 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 7 Nov 2023 11:19:52 +0100 Subject: [PATCH] Use less absolute language --- docs/digging-deeper/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/digging-deeper/customization.md b/docs/digging-deeper/customization.md index daf4f24f7b8..b0b2e74c68b 100644 --- a/docs/digging-deeper/customization.md +++ b/docs/digging-deeper/customization.md @@ -56,7 +56,7 @@ In some cases, the same options can be set in the front matter of a page or in a ### A note on file paths When Hyde references files, especially when passing filenames between components, the file path is almost always -relative to the root of the project. Specifying absolute paths yourself will likely lead to unforeseen problems. +relative to the root of the project. Specifying absolute paths yourself could lead to unforeseen problems. ## Configuration Files Overview