From d7bee5249517387d16be4aed64d4462bc6042498 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 19 Mar 2025 20:12:44 +0100 Subject: [PATCH] fixed small typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ce278290..440f6db4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -46,7 +46,7 @@ environment. - **Role in the architecture**: It is in charge of providing the Linux environment, Ubuntu LTS, to run all the components -safely and efficiently. It ensures that the system is independent from other environments, so +safely and efficiently. It ensures that the system is independent of other environments, so external interference is minimized. It allocates the CPU, memory and disk resources to provide consistent performance for the rest of the components, and also gives easiness to a future migration to a cloud platform without significant amounts of reconfiguration.