From 349e3c7f1ec086dafbc27d79f077b8e76beaf442 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Tue, 4 Oct 2022 11:56:22 +0200
Subject: [PATCH] review tuxmain

---
 docs/dev/beginner-walkthrough.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/beginner-walkthrough.md b/docs/dev/beginner-walkthrough.md
index e3bb5678d..341be1e58 100644
--- a/docs/dev/beginner-walkthrough.md
+++ b/docs/dev/beginner-walkthrough.md
@@ -1,6 +1,6 @@
 # Beginner walkthrough
 
-This is a beginner tutorial for those who do not have a previous experience with Rust ecosystem or need guidance to get familiar with Duniter v2s project. You'll need a development machine with an internet connection, at least **20 Go of free storage**, and **an hour or two** depending on your computing power.
+This is a beginner tutorial for those who do not have a previous experience with Rust ecosystem or need guidance to get familiar with Duniter v2s project. You'll need a development machine with an internet connection, at least **20 GB of free storage**, and **an hour or two** depending on your computing power.
 
 This walkthrough is based on the following video (french), don't hesitate to record an english voicecover if you feel so.
 
@@ -82,6 +82,6 @@ cargo cucumber
 
 which should take about **4 minutes** to build and run the tests. A highly detailed documentation about the end2end tests is available [in the dedicated folder](../../end2end-tests/README.md), you will learn how to read and modify the tests.
 
-## Get in tuch with us
+## Get in touch with us
 
 Wether you are stuck and need help or have sucessfully completed this tutorial, don't hesitate to get in touch with us on the Duniter forum! If you found this walkthrough useful, please 🙏 let us know on the [walkthrough topic](https://forum.duniter.org/t/contribuer-a-duniter-tutoriel-video/9770) on the forum 😊.
\ No newline at end of file
-- 
GitLab