From 38608cf5b0658399b25be743912058d692b46170 Mon Sep 17 00:00:00 2001 From: Abdelilah Date: Tue, 31 Oct 2023 17:36:38 +0100 Subject: [PATCH] docs(git project): Fix typo --- subjects/git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/git/README.md b/subjects/git/README.md index 6ab4bff28..9cf2657cd 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -10,7 +10,7 @@ starting from the basics and gradually moving towards more advanced topics. Let's Git ready for it! ### Instructions -Put all of your work in a directory `work`, each exercise in a seperate file named after the name of the exercise. +Put all of your work in a directory `work`, each exercise in a separate file named after the name of the exercise. #### Setting Up Git - Install Git on your local machine by following the instructions for your operating system on the official Git website.