Browse Source

docs(git project): Fix grammar

pull/2516/head
Abdelilah 6 months ago committed by MSilva95
parent
commit
aa35243d04
  1. 2
      subjects/git/README.md

2
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

Loading…
Cancel
Save