From 8921a26da8614601622834fae759633e89e9ecaf Mon Sep 17 00:00:00 2001
From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com>
Date: Wed, 19 May 2021 15:05:54 +0200
Subject: [PATCH] update easy cozy known errors

---
 docs/easycozy/known_errors.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/easycozy/known_errors.md b/docs/easycozy/known_errors.md
index 0081bc6..bdf141b 100644
--- a/docs/easycozy/known_errors.md
+++ b/docs/easycozy/known_errors.md
@@ -1,10 +1,10 @@
 # Oops...
 
-Sometime the stack is stuck when we reset several instance due to rabbit mq process. The following screen is then obtain:
+Sometime the stack is stuck when we reset several instances due to rabbit mq process. The following screen is then obtain when trying to access to an instance:
 ![oops_error](/img/known_errors/oops_error.png)
 
-On the server we can see that the server is underwater by using "top" command:
+On the server, we can see that the server is underwater by using "top" command:
 ![oops_error_1](/img/known_errors/oops_error_1.png)
 
-To fix the issue you can just restart the service with "docker-compose down / docker-compose up -d" in the easy-cozy folder:
+To fix the issue you can just restart the service on the server with "docker-compose down / docker-compose up -d" in the easy-cozy folder:
 ![oops_error_2](/img/known_errors/oops_error_2.png)
\ No newline at end of file
-- 
GitLab