From d54b81beee61c055a7bf5b8063beb1ccd8848235 Mon Sep 17 00:00:00 2001
From: CARRON Guilhem <guilhem.carron@soprasteria.com>
Date: Fri, 31 Jul 2020 16:46:49 +0200
Subject: [PATCH] Correct some mistakes

---
 docs/application/deploy.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/application/deploy.md b/docs/application/deploy.md
index e82f453..d2ae607 100644
--- a/docs/application/deploy.md
+++ b/docs/application/deploy.md
@@ -16,11 +16,11 @@ First open Powershell as administrator and launch the following command :
 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
 ```
 
-This command will install WSL on your computer. After this, you'll need to reboot.
+This command will install WSL on your computer. After this, you'll need to **reboot**.
 
 ### Install your Linux distribution
 
-After reboot, open the microsoft store and install the distribution of your choice (for example : Ubuntu 20.04 LTS). Once it's done, open it and after a fex minutes you'll be prompted for the creation of a user account.
+After reboot, open the microsoft store and install the distribution of your choice (for example : Ubuntu 20.04 LTS). Once it's done, open it and after a few minutes you'll be prompted for the creation of a user account.
 
 To make sure it's correctly installed and working, you can open Powershell and paste the following command : 
 
@@ -61,13 +61,13 @@ To Downlaod and Setup Yarn
 sudo apt install yarn
 ```
 
-To check the Installed version of Yarn:
+To check the Installed version of Yarn :
 
 ```
 yarn --version
 ```
 
-Now you'll probably be in version 0.23+git, if so you'll have to upgrade 1.22 to make everything work properly.
+Now you'll probably be in version 0.23+git, if so you'll have to upgrade to 1.22 to make everything work properly.
 In order to achieve this, you'll have to launch several commands : 
 
 ```
-- 
GitLab