From aa35243d047f4b1129538815f7d24ba7796f33ed Mon Sep 17 00:00:00 2001 From: Abdelilah Date: Sun, 29 Oct 2023 22:55:13 +0100 Subject: [PATCH] docs(git project): Fix grammar --- 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 86779c65a..6b7d34fda 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -151,7 +151,7 @@ This is the Hello World example from the git project. #### Conflicts, merging and rebasing - Merge `main` branch into `greeter` branch. -- Switch to `main` branch and make the changes above to `hello.rb` save and commit. +- Switch to `main` branch and make the changes below to `hello.rb` save and commit. ``` puts "What's your name" my_name = gets.strip