From d3f8c485a16e7359c82fd3f4a6e94863b9f4f1d5 Mon Sep 17 00:00:00 2001 From: davhojt Date: Tue, 10 Jan 2023 12:15:22 +0000 Subject: [PATCH] docs(introduction): fix typo --- subjects/introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index b63415cc..86c4231d 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -28,7 +28,7 @@ This command needs to be adapted with **your own username**. #### 2- set -Once the repository is created, use you code editor to write your first shell script called `hello.sh` +Once the repository is created, use your code editor to write your first shell script called `hello.sh` When executed, this script must print `Hello choumi!`, where `choumi` is your username.