From a49033665557ad0a9a49a9861d1427d990ce4f17 Mon Sep 17 00:00:00 2001
From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com>
Date: Thu, 11 Mar 2021 13:30:39 +0100
Subject: [PATCH] reveiw easy cozy section

---
 docs/easycozy/commands.md | 4 ++--
 docs/easycozy/scripts.md  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/easycozy/commands.md b/docs/easycozy/commands.md
index 2f89af5..ac3da77 100644
--- a/docs/easycozy/commands.md
+++ b/docs/easycozy/commands.md
@@ -1,6 +1,6 @@
 # Easy Cozy commands
 
-Here are common commands use on dev environment.
+This section includes all common commands used on dev environment.
 
 ## App
 
@@ -85,5 +85,5 @@ Update version in the Dockerfile on gitlab.
 !!! info "Error encounter"
     Docker container was not launched, when consulting logs we can see the folowing error
     > ./cozy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./cozy)
-    
+
     We have replaced debian:stable-slim with unbuntu:20.10 as installer for our docker build:  [https://forge.grandlyon.com/pocs/cozy/easy-cozy/-/commit/48a30a03f209169e0f1ebb0d106bb4361e7cd167](https://forge.grandlyon.com/pocs/cozy/easy-cozy/-/commit/48a30a03f209169e0f1ebb0d106bb4361e7cd167)
diff --git a/docs/easycozy/scripts.md b/docs/easycozy/scripts.md
index 0b45dd3..91766c9 100644
--- a/docs/easycozy/scripts.md
+++ b/docs/easycozy/scripts.md
@@ -1,6 +1,7 @@
 # Easy Cozy scripts
 
 Easy cozy project comes with 2 main scripts:
+
 - create-instance.sh: used to create an instance for a user
 - remove-instance.sh: used to remove an instance for a specific user
 
-- 
GitLab