This commit is contained in:
Rafer45 2020-06-10 18:45:27 -04:00 committed by GitHub
parent 677b93d9b9
commit 9352e3a0e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.",
"",