From 6fab2cbbc1f0e13e191839804c43fc4fea04bc56 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Fri, 24 May 2024 12:08:02 +0100 Subject: [PATCH] add space on the documentation --- doc/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.md b/doc/architecture.md index a50e6c3be..2f6a49cbd 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -41,7 +41,7 @@ The project is divided into several key sections, each serving a specific purpos - **core**: Business Object divided by features to store shared entity, use case and repository interface -- **infra**: Infrastructure code such as storage, HTTP clients, and logging. +- **infra**: Infrastructure code such as storage, HTTP clients, logging, camera, and file system. - **libs**: Reusable libraries (e.g., session management, cryptography).