docs(git project): Fix grammar

This commit is contained in:
Abdelilah 2023-10-29 22:55:13 +01:00 committed by MSilva95
parent 53a7f53649
commit aa35243d04
1 changed files with 1 additions and 1 deletions

View File

@ -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