mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Fix typo
This commit is contained in:
parent
677b93d9b9
commit
9352e3a0e2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Merging feature branches",
|
||||
"",
|
||||
"Now that you're comfortable with fetching, pulling, and pushing, lets put these skills to the test with a new workflow.",
|
||||
"Now that you're comfortable with fetching, pulling, and pushing, let's put these skills to the test with a new workflow.",
|
||||
"",
|
||||
"It's common for developers on big projects to do all their work on feature branches (off of `master`) and then integrate that work only once it's ready. This is similar to the previous lesson (where side branches get pushed to the remote), but here we introduce one more step.",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue