Few more typos

This commit is contained in:
Julio Castillo
2025-10-21 15:13:51 +02:00
parent 8598496f7a
commit 367184561b
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ Refer to the [example](#example) below for actual examples of the YAML definitio
## Projects
The project factory is configured in three ia the `factories_config.projects` variable, and project files are also additionally read from the folder tree described in the previous section. It's best to limit project definition via the hierarchy tree to a minimum to avoid cross dependencies between folders and projects, which could complicate their lifecycle.
The project factory is configured via the `factories_config.projects` variable, and project files are also additionally read from the folder tree described in the previous section. It's best to limit project definition via the hierarchy tree to a minimum to avoid cross-dependencies between folders and projects, which could complicate their lifecycle.
Projects can also be configured via the `projects` variable, which is internally merged in with the factory definitions.