From 37ec6d6d4f6f9d91de3dca5058af63ca3b26987a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 21 Jul 2026 10:23:11 +0000 Subject: [PATCH] fix: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Timothée Mazzucotelli --- docs/setup/extensions/macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/extensions/macros.md b/docs/setup/extensions/macros.md index 22cb764..515bf28 100644 --- a/docs/setup/extensions/macros.md +++ b/docs/setup/extensions/macros.md @@ -32,9 +32,9 @@ The Macros extension, included with Zensical, enables [Jinja2] templating in Mar !!! warning "Keep files in project folder" - Zensical watches files to able to re-build the project when they change. + Zensical watches files to be able to re-build the project when they change. This includes Python files containing macros and YAML files included - with `include_yml`. Since Zensical's security policy does not allow paths + with `include_yaml`. Since Zensical's security policy does not allow paths outside the project folder, make sure that any files used are located inside it. This includes modules installed in virtual environments, which must also be created within the project folder.